diff options
Diffstat (limited to 'webkit/plugins/npapi/test/npapi_test.rc')
-rw-r--r-- | webkit/plugins/npapi/test/npapi_test.rc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/webkit/plugins/npapi/test/npapi_test.rc b/webkit/plugins/npapi/test/npapi_test.rc index 524dda4..d877b10 100644 --- a/webkit/plugins/npapi/test/npapi_test.rc +++ b/webkit/plugins/npapi/test/npapi_test.rc @@ -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 @@ END 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 |