Visual Studio sucks. Needed to change this to get the damn thing to compile it.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3538 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2010-05-24 23:35:55 +00:00
parent 8e59a22e8f
commit 056d67f83a
2 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@
// Microsoft Developer Studio generated include file. // Microsoft Developer Studio generated include file.
// Used by winquake.rc // Used by winquake.rc
// //
#define IDC_STATIC -1
#define IDS_STRING1 1 #define IDS_STRING1 1
#define IDI_ICON2 1 #define IDI_ICON2 1
#define IDD_DIALOG1 108 #define IDD_DIALOG1 108

View file

@ -7,7 +7,7 @@
// //
// Generated from the TEXTINCLUDE 2 resource. // Generated from the TEXTINCLUDE 2 resource.
// //
#include "afxres.h" #include <windows.h>
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS #undef APSTUDIO_READONLY_SYMBOLS
@ -34,7 +34,7 @@ END
2 TEXTINCLUDE DISCARDABLE 2 TEXTINCLUDE DISCARDABLE
BEGIN BEGIN
"#include ""afxres.h""\r\n" "#include ""windows.h""\r\n"
"\0" "\0"
END END