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

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

View File

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

View File

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