Index: fpdfsdk/include/javascript/util.h |
diff --git a/fpdfsdk/include/javascript/util.h b/fpdfsdk/include/javascript/util.h |
index 7601f7a4e5a2b581eba48ddf6185c3715ea96e80..a0f14769ff12b26ba01919c3019f67d3819ea9c6 100644 |
--- a/fpdfsdk/include/javascript/util.h |
+++ b/fpdfsdk/include/javascript/util.h |
@@ -4,8 +4,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef _UTIL_H_ |
-#define _UTIL_H_ |
+#ifndef JAVASCRIPT_UTIL_H_ |
Lei Zhang
2015/05/27 23:18:21
Is util.h too common? Other files in fpdfsdk/inclu
Tom Sepez
2015/05/28 18:19:56
Yeah, these files have terribly common names. I t
|
+#define JAVASCRIPT_UTIL_H_ |
#include <string> // For std::wstring. |
@@ -46,4 +46,5 @@ public: |
}; |
FX_INT64 FX_atoi64(const char *nptr); |
-#endif //_UTIL_H_ |
+ |
+#endif // JAVASCRIPT_UTIL_H_ |