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

Side by Side Diff: remoting/host/host_ui.rc

Issue 10535082: /C++ readability/ - Make Chromoting Host report crashes to Breakpad (Windows only). The user must e… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "host_ui_resource.h" 3 #include "host_ui_resource.h"
4 4
5 #define APSTUDIO_READONLY_SYMBOLS 5 #define APSTUDIO_READONLY_SYMBOLS
6 ///////////////////////////////////////////////////////////////////////////// 6 /////////////////////////////////////////////////////////////////////////////
7 // 7 //
8 // Generated from the TEXTINCLUDE 2 resource. 8 // Generated from the TEXTINCLUDE 2 resource.
9 // 9 //
10 #include "winres.h" 10 #include "winres.h"
11 #include "constants.h"
12 11
13 ///////////////////////////////////////////////////////////////////////////// 12 /////////////////////////////////////////////////////////////////////////////
14 #undef APSTUDIO_READONLY_SYMBOLS 13 #undef APSTUDIO_READONLY_SYMBOLS
15 14
16 ///////////////////////////////////////////////////////////////////////////// 15 /////////////////////////////////////////////////////////////////////////////
17 // English (U.S.) resources 16 // English (U.S.) resources
18 17
19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) 18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
20 #ifdef _WIN32 19 #ifdef _WIN32
21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 20 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
22 #pragma code_page(1252) 21 #pragma code_page(1252)
23 #endif //_WIN32 22 #endif //_WIN32
24 23
25 #ifdef APSTUDIO_INVOKED 24 #ifdef APSTUDIO_INVOKED
26 ///////////////////////////////////////////////////////////////////////////// 25 /////////////////////////////////////////////////////////////////////////////
27 // 26 //
28 // TEXTINCLUDE 27 // TEXTINCLUDE
29 // 28 //
30 29
31 1 TEXTINCLUDE 30 1 TEXTINCLUDE
32 BEGIN 31 BEGIN
33 "host_ui_resource.h\0" 32 "host_ui_resource.h\0"
34 END 33 END
35 34
36 2 TEXTINCLUDE 35 2 TEXTINCLUDE
37 BEGIN 36 BEGIN
38 "#include ""winres.h""\r\n" 37 "#include ""winres.h""\r\n"
39 "#include ""constants.h""\r\n"
40 "\0" 38 "\0"
41 END 39 END
42 40
43 #endif // APSTUDIO_INVOKED 41 #endif // APSTUDIO_INVOKED
44 42
45 43
46 ///////////////////////////////////////////////////////////////////////////// 44 /////////////////////////////////////////////////////////////////////////////
47 // 45 //
48 // Dialog 46 // Dialog
49 // 47 //
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 VERTGUIDE, 116 91 VERTGUIDE, 116
94 VERTGUIDE, 203 92 VERTGUIDE, 203
95 TOPMARGIN, 7 93 TOPMARGIN, 7
96 BOTTOMMARGIN, 52 94 BOTTOMMARGIN, 52
97 END 95 END
98 END 96 END
99 #endif // APSTUDIO_INVOKED 97 #endif // APSTUDIO_INVOKED
100 98
101 #endif // English (U.S.) resources 99 #endif // English (U.S.) resources
102 ///////////////////////////////////////////////////////////////////////////// 100 /////////////////////////////////////////////////////////////////////////////
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698