fix compiling of resources without MFC headers

This commit is contained in:
deepzero 2014-01-15 22:33:15 +01:00
parent 19859f87a4
commit 23b1e56949
1 changed files with 4 additions and 1 deletions

View File

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