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

Side by Side Diff: fpdfsdk/src/fpdfsdkdll.rc

Issue 1078513002: Include windows.h instead of the MFC header afxres.h (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Keep .gitignore alphabetized. Created 5 years, 8 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
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //Microsoft Developer Studio generated resource script. 1 //Microsoft Developer Studio generated resource script.
2 // 2 //
3 #include "resource.h" 3 #include "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 "afxres.h" 10 #include "windows.h"
11 11
12 ///////////////////////////////////////////////////////////////////////////// 12 /////////////////////////////////////////////////////////////////////////////
13 #undef APSTUDIO_READONLY_SYMBOLS 13 #undef APSTUDIO_READONLY_SYMBOLS
14 14
15 ///////////////////////////////////////////////////////////////////////////// 15 /////////////////////////////////////////////////////////////////////////////
16 // Chinese (P.R.C.) resources 16 // Chinese (P.R.C.) resources
17 17
18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS) 18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
19 #ifdef _WIN32 19 #ifdef _WIN32
20 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED 20 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 // TEXTINCLUDE 73 // TEXTINCLUDE
74 // 74 //
75 75
76 1 TEXTINCLUDE MOVEABLE PURE 76 1 TEXTINCLUDE MOVEABLE PURE
77 BEGIN 77 BEGIN
78 "resource.h\0" 78 "resource.h\0"
79 END 79 END
80 80
81 2 TEXTINCLUDE MOVEABLE PURE 81 2 TEXTINCLUDE MOVEABLE PURE
82 BEGIN 82 BEGIN
83 "#include ""afxres.h""\r\n" 83 "#include ""windows.h""\r\n"
84 "\0" 84 "\0"
85 END 85 END
86 86
87 3 TEXTINCLUDE MOVEABLE PURE 87 3 TEXTINCLUDE MOVEABLE PURE
88 BEGIN 88 BEGIN
89 "\r\n" 89 "\r\n"
90 "\0" 90 "\0"
91 END 91 END
92 92
93 #endif // APSTUDIO_INVOKED 93 #endif // APSTUDIO_INVOKED
94 94
95 #endif // Chinese (P.R.C.) resources 95 #endif // Chinese (P.R.C.) resources
96 ///////////////////////////////////////////////////////////////////////////// 96 /////////////////////////////////////////////////////////////////////////////
97 97
98 98
99 99
100 #ifndef APSTUDIO_INVOKED 100 #ifndef APSTUDIO_INVOKED
101 ///////////////////////////////////////////////////////////////////////////// 101 /////////////////////////////////////////////////////////////////////////////
102 // 102 //
103 // Generated from the TEXTINCLUDE 3 resource. 103 // Generated from the TEXTINCLUDE 3 resource.
104 // 104 //
105 105
106 106
107 ///////////////////////////////////////////////////////////////////////////// 107 /////////////////////////////////////////////////////////////////////////////
108 #endif // not APSTUDIO_INVOKED 108 #endif // not APSTUDIO_INVOKED
109 109
OLDNEW
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698