Index: tools/grit/grit/tool/resize.py |
=================================================================== |
--- tools/grit/grit/tool/resize.py (revision 78845) |
+++ tools/grit/grit/tool/resize.py (working copy) |
@@ -75,8 +75,11 @@ |
// be ignored by GRIT. |
#include "resource.h" |
-#include <winres.h> |
#include <winresrc.h> |
+#ifdef IDC_STATIC |
+#undef IDC_STATIC |
+#endif |
+#define IDC_STATIC (-1) |
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL |