Remove MFC lib dependency

Replace afxres.h with windows.h to remove dependency on MFC for compilation on Windows
This commit is contained in:
christoth 2015-02-05 13:09:19 -05:00
parent 071a55974a
commit 076535bc06

View file

@ -7,7 +7,7 @@
// //
// Generated from the TEXTINCLUDE 2 resource. // Generated from the TEXTINCLUDE 2 resource.
// //
#include "afxres.h" #include windows.h"
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS #undef APSTUDIO_READONLY_SYMBOLS
@ -31,7 +31,7 @@ END
2 TEXTINCLUDE 2 TEXTINCLUDE
BEGIN BEGIN
"#include ""afxres.h""\r\n" "#include ""windows.h""\r\n"
"\0" "\0"
END END