| Index: chrome/test/data/resource.rc | 
| =================================================================== | 
| --- chrome/test/data/resource.rc	(revision 78499) | 
| +++ chrome/test/data/resource.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 | 
|  | 
|  |