(svn r11779) -Fix: win32 compile failed. Also removed a duplicate include
authorglx
Mon, 07 Jan 2008 15:35:36 +0000
changeset 8712 871bc5150bee
parent 8711 d70c2ff34e33
child 8713 4ad76dc59714
(svn r11779) -Fix: win32 compile failed. Also removed a duplicate include
src/win32.cpp
--- a/src/win32.cpp	Mon Jan 07 15:17:23 2008 +0000
+++ b/src/win32.cpp	Mon Jan 07 15:35:36 2008 +0000
@@ -22,12 +22,13 @@
 #include "core/alloc_func.hpp"
 #include "functions.h"
 #include "core/random_func.hpp"
+#include "core/bitmath_func.hpp"
+#include "string_func.h"
 #include <ctype.h>
 #include <tchar.h>
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <shlobj.h>
 #if defined(_MSC_VER) && !defined(WINCE)
 	#include <dbghelp.h>
 #endif