Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Side by Side Diff: chrome_frame/chrome_tab_version.rc

Issue 6676030: WinDDK ATL and MSVC express compatability (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Take out atlcheck; VC2005e compat Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/resource.rc ('k') | chrome_frame/resources/tlb_resource.rc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #include "version.h" 1 #include "version.h"
2 2
3 #include "winres.h" 3 #include "winresrc.h"
4 4
5 #ifdef APSTUDIO_INVOKED 5 #ifdef APSTUDIO_INVOKED
6 # error Do not open this in the GUI, it will be massacred on save. Do not do it. 6 # error Do not open this in the GUI, it will be massacred on save. Do not do it.
7 #endif // APSTUDIO_INVOKED 7 #endif // APSTUDIO_INVOKED
8 8
9 ///////////////////////////////////////////////////////////////////////////// 9 /////////////////////////////////////////////////////////////////////////////
10 // 10 //
11 // Version 11 // Version
12 // 12 //
13 13
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 VALUE "LastChange", LASTCHANGE_STRING 45 VALUE "LastChange", LASTCHANGE_STRING
46 VALUE "Official Build", OFFICIAL_BUILD_STRING 46 VALUE "Official Build", OFFICIAL_BUILD_STRING
47 END 47 END
48 END 48 END
49 BLOCK "VarFileInfo" 49 BLOCK "VarFileInfo"
50 BEGIN 50 BEGIN
51 // Note that Firefox 3.0 requires the charset to be 1252 (multi-lingual) . 51 // Note that Firefox 3.0 requires the charset to be 1252 (multi-lingual) .
52 VALUE "Translation", 0x409, 1252 52 VALUE "Translation", 0x409, 1252
53 END 53 END
54 END 54 END
OLDNEW
« no previous file with comments | « chrome/test/data/resource.rc ('k') | chrome_frame/resources/tlb_resource.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698