winres.h -> afxres.h redirect for MinGW

This commit is contained in:
Ben "root" Anderson
2013-10-29 22:20:44 -05:00
parent 165168c05d
commit b64a766e0f
+6
View File
@@ -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