rc does not define _MSC_VER. Oops. We will use our own define.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* Since VS generates WindowsResources.rc we can't edit it directly. */
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(HAVE_WINRES_H)
|
||||
#include <winres.h> // Just in case
|
||||
#else
|
||||
#include <afxres.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user