windows: Add a common Windows header for platform specific wrappers

Include some more basic system headers in utils.h, so we can use that common
header on the different platforms.
This commit is contained in:
Martin Willi
2014-06-03 12:24:34 +02:00
parent b4c51061c3
commit 922ee2c529
11 changed files with 180 additions and 24 deletions
+2
View File
@@ -30,6 +30,8 @@
#include <alloca.h>
#endif
#include <utils/utils.h>
typedef struct chunk_t chunk_t;
/**