From da3e48cb38392bf16a464603ce8168f262f15fe6 Mon Sep 17 00:00:00 2001 From: deepzero Date: Wed, 15 Jan 2014 22:33:15 +0100 Subject: [PATCH] fix compiling of resources without MFC headers --- TitanEngine/TitanEngine.rc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TitanEngine/TitanEngine.rc b/TitanEngine/TitanEngine.rc index efd9eed..142a54d 100644 --- a/TitanEngine/TitanEngine.rc +++ b/TitanEngine/TitanEngine.rc @@ -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