fix vc9 compilation
This commit is contained in:
parent
6b3809b31d
commit
5bcdc96445
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue