updated msvc9 compilation
This commit is contained in:
parent
fbff414970
commit
067761e836
2 changed files with 64 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue