Index: chrome/installer/gcapi/gcapi_test.rc |
=================================================================== |
--- chrome/installer/gcapi/gcapi_test.rc (revision 78845) |
+++ chrome/installer/gcapi/gcapi_test.rc (working copy) |
@@ -7,7 +7,9 @@ |
// |
// Generated from the TEXTINCLUDE 2 resource. |
// |
-#include "afxres.h" |
+#define APSTUDIO_HIDDEN_SYMBOLS |
+#include "windows.h" |
+#undef APSTUDIO_HIDDEN_SYMBOLS |
///////////////////////////////////////////////////////////////////////////// |
#undef APSTUDIO_READONLY_SYMBOLS |
@@ -34,7 +36,9 @@ |
2 TEXTINCLUDE |
BEGIN |
- "#include ""afxres.h""\r\n" |
+ "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" |
+ "#include ""windows.h""\r\n" |
+ "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" |
"\0" |
END |