 Chromium Code Reviews
 Chromium Code Reviews Issue 6676030:
  WinDDK ATL and MSVC express compatability  (Closed) 
  Base URL: http://src.chromium.org/svn/trunk/src/
    
  
    Issue 6676030:
  WinDDK ATL and MSVC express compatability  (Closed) 
  Base URL: http://src.chromium.org/svn/trunk/src/| Index: chrome/app/cf_resources.rc | 
| =================================================================== | 
| --- chrome/app/cf_resources.rc (revision 78499) | 
| +++ chrome/app/cf_resources.rc (working copy) | 
| @@ -8,7 +8,11 @@ | 
| // | 
| // Generated from the TEXTINCLUDE 2 resource. | 
| // | 
| -#include "winres.h" | 
| +#include "winresrc.h" | 
| +#ifdef IDC_STATIC | 
| +#undef IDC_STATIC | 
| +#endif | 
| +#define IDC_STATIC (-1) | 
| ///////////////////////////////////////////////////////////////////////////// | 
| #undef APSTUDIO_READONLY_SYMBOLS |