UI/updater: Fix resource compiling bug

The afxres.h header file typically requires MFC to be installed, but
winres.h should be sufficient instead.
This commit is contained in:
jp9000
2018-03-12 20:57:47 -07:00
parent 5063644831
commit efe67ad3fd

View File

@@ -7,7 +7,7 @@
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
#include "winres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS