Remove MFC lib dependency
Replace afxres.h with windows.h to remove dependency on MFC for compilation on Windows
This commit is contained in:
parent
071a55974a
commit
076535bc06
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
#include "afxres.h"
|
||||
#include windows.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
@ -31,7 +31,7 @@ END
|
|||
|
||||
2 TEXTINCLUDE
|
||||
BEGIN
|
||||
"#include ""afxres.h""\r\n"
|
||||
"#include ""windows.h""\r\n"
|
||||
"\0"
|
||||
END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue