mirror of https://github.com/x64dbg/TitanEngine
fix compiling of resources without MFC headers
This commit is contained in:
parent
19859f87a4
commit
23b1e56949
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue