updated msvc9 compilation

This commit is contained in:
Pawel Kolodziejski 2008-06-12 17:40:13 +00:00
parent fbff414970
commit 067761e836
2 changed files with 64 additions and 3 deletions

View file

@ -20,6 +20,11 @@
*
*/
#ifdef _WIN32
#include <windows.h>
#undef ARRAYSIZE
#endif
#include "common/sys.h"
#include "common/endian.h"
#include "common/util.h"
@ -54,8 +59,6 @@ extern Imuse *g_imuse;
#ifdef _WIN32
#include <windows.h>
extern WIN32_FIND_DATAA g_find_file_data;
extern HANDLE g_searchFile;
extern bool g_firstFind;