winres.h -> afxres.h redirect for MinGW
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
/* Since VS generates WindowsResources.rc we can't edit it directly. */
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
#include <winres.h> // Just in case
|
||||||
|
#else
|
||||||
|
#include <afxres.h>
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user