Chromium Code Reviews

Unified Diff: chrome/app/cf_resources.rc

Issue 6676030: WinDDK ATL and MSVC express compatability (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/app/cf_resources.rc
===================================================================
--- chrome/app/cf_resources.rc (revision 78148)
+++ 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

Powered by Google App Engine