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

Unified Diff: fpdfsdk/src/resource.h

Issue 1162013003: Merge to XFA: Fix ALL the include guards. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Re-upload. Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fpdfsdk/include/pdfwindow/PWL_Wnd.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/src/resource.h
diff --git a/fpdfsdk/src/resource.h b/fpdfsdk/src/resource.h
index b58f09272f38176a08ced6359c335ed3126e20ec..1ba20957a60ef7a97af318cf903309e66e79238f 100644
--- a/fpdfsdk/src/resource.h
+++ b/fpdfsdk/src/resource.h
@@ -4,13 +4,15 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
+#ifndef FPDFSDK_SRC_RESOURCE_H_
+#define FPDFSDK_SRC_RESOURCE_H_
+
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by fpdfsdkdll.rc
//
-
// Next default values for new objects
-//
+//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 104
@@ -19,3 +21,5 @@
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
+
+#endif // FPDFSDK_SRC_RESOURCE_H_
« no previous file with comments | « fpdfsdk/include/pdfwindow/PWL_Wnd.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698