fix compiling of resources without MFC headers

This commit is contained in:
deepzero 2014-01-15 22:33:15 +01:00 committed by cypherpunk
parent 6039d3a133
commit da3e48cb38
1 changed files with 4 additions and 1 deletions

View File

@ -2,12 +2,15 @@
// //
#include "resource.h" #include "resource.h"
#include "WinResrc.h"
#define IDC_STATIC (-1)
#define APSTUDIO_READONLY_SYMBOLS #define APSTUDIO_READONLY_SYMBOLS
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// //
// Generated from the TEXTINCLUDE 2 resource. // Generated from the TEXTINCLUDE 2 resource.
// //
#include "afxres.h" //#include "afxres.h" //MFC
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS #undef APSTUDIO_READONLY_SYMBOLS