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

Unified Diff: xfa/src/fxgraphics/src/pre.h

Issue 1707893004: Fixup incorrect include guards. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 10 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 | « xfa/src/fxgraphics/src/fx_path_generator.h ('k') | xfa/src/fxjse/src/class.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxgraphics/src/pre.h
diff --git a/xfa/src/fxgraphics/src/pre.h b/xfa/src/fxgraphics/src/pre.h
index 3cd692e9e28c39660e39d4dde04312804aa14063..7341aa7e5c6f2e20cd2d325016e62d404d64a273 100644
--- a/xfa/src/fxgraphics/src/pre.h
+++ b/xfa/src/fxgraphics/src/pre.h
@@ -4,6 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
+#ifndef XFA_SRC_FXGRAPHICS_SRC_PRE_H_
+#define XFA_SRC_FXGRAPHICS_SRC_PRE_H_
+
#include "xfa/src/foxitlib.h"
#ifndef FXSYS_Mul
#define FXSYS_Mul(a, b) ((a) * (b))
@@ -583,3 +586,5 @@ static const FX_HATCHDATA hatchBitmapData[FX_HATCHSTYLE_Total] = {
printf("duration is %f millisecond\n", duration * 1000);
#else
#endif
+
+#endif // XFA_SRC_FXGRAPHICS_SRC_PRE_H_
« no previous file with comments | « xfa/src/fxgraphics/src/fx_path_generator.h ('k') | xfa/src/fxjse/src/class.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698