Merge pull request #78 from cxd4/ya_afxres_sucks_plz_kthxbai

Make compiling easier for people with VS Express.
This commit is contained in:
zilmar 2015-02-14 07:34:36 +11:00
commit 0180313f8a
3 changed files with 21 additions and 15 deletions

View File

@ -3,11 +3,13 @@
#include "resource.h" #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS #define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// #include "WinResrc.h"
// Generated from the TEXTINCLUDE 2 resource.
// #ifdef IDC_STATIC
#include "afxres.h" #undef IDC_STATIC
#endif
#define IDC_STATIC (-1)
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS #undef APSTUDIO_READONLY_SYMBOLS

View File

@ -3,11 +3,13 @@
#include "resource.h" #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS #define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// #include "WinResrc.h"
// Generated from the TEXTINCLUDE 2 resource.
// #ifdef IDC_STATIC
#include "afxres.h" #undef IDC_STATIC
#endif
#define IDC_STATIC (-1)
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS #undef APSTUDIO_READONLY_SYMBOLS

View File

@ -3,11 +3,13 @@
#include "resource.h" #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS #define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// #include "WinResrc.h"
// Generated from the TEXTINCLUDE 2 resource.
// #ifdef IDC_STATIC
#include "afxres.h" #undef IDC_STATIC
#endif
#define IDC_STATIC (-1)
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS #undef APSTUDIO_READONLY_SYMBOLS