fix vc9 compilation

This commit is contained in:
zeromus 2009-01-14 01:33:22 +00:00
parent 6b3809b31d
commit 5bcdc96445
3 changed files with 10 additions and 2 deletions

View File

@ -7,7 +7,8 @@
// //
// Generated from the TEXTINCLUDE 2 resource. // Generated from the TEXTINCLUDE 2 resource.
// //
#include "afxres.h" #include "afxres.h"
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS #undef APSTUDIO_READONLY_SYMBOLS
@ -1765,7 +1766,8 @@ IDB_TE_ARROW BITMAP "res/te_arrow.bmp"
// //
// Generated from the TEXTINCLUDE 3 resource. // Generated from the TEXTINCLUDE 3 resource.
// //
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED #endif // not APSTUDIO_INVOKED

View File

@ -47,7 +47,9 @@ typedef signed int int32;
#define mkdir _mkdir #define mkdir _mkdir
#define alloca _alloca #define alloca _alloca
#define snprintf _snprintf #define snprintf _snprintf
#if _MSC_VER < 1500
#define vsnprintf _vsnprintf #define vsnprintf _vsnprintf
#endif
#define W_OK 2 #define W_OK 2
#define R_OK 2 #define R_OK 2
#define X_OK 1 #define X_OK 1

View File

@ -1113,6 +1113,10 @@
RelativePath="..\src\drivers\win\monitor.h" RelativePath="..\src\drivers\win\monitor.h"
> >
</File> </File>
<File
RelativePath="..\src\drivers\win\movieoptions.cpp"
>
</File>
<File <File
RelativePath="..\src\drivers\win\netplay.cpp" RelativePath="..\src\drivers\win\netplay.cpp"
> >