| Index: fpdfsdk/include/javascript/util.h
|
| diff --git a/fpdfsdk/include/javascript/util.h b/fpdfsdk/include/javascript/util.h
|
| index 7601f7a4e5a2b581eba48ddf6185c3715ea96e80..b621067bc3b6bf4f05d62380a0ec811ed237cd17 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 FPDFSDK_INCLUDE_JAVASCRIPT_UTIL_H_
|
| +#define FPDFSDK_INCLUDE_JAVASCRIPT_UTIL_H_
|
|
|
| #include <string> // For std::wstring.
|
|
|
| @@ -46,4 +46,5 @@ public:
|
| };
|
|
|
| FX_INT64 FX_atoi64(const char *nptr);
|
| -#endif //_UTIL_H_
|
| +
|
| +#endif // FPDFSDK_INCLUDE_JAVASCRIPT_UTIL_H_
|
|
|