| Index: xfa/src/fxfa/src/common/xfa_script.h
|
| diff --git a/xfa/src/fxfa/src/common/xfa_script.h b/xfa/src/fxfa/src/common/xfa_script.h
|
| index fa419c712ad3d2e10f446d027c3b5745ae1dc3e7..68f8117041966b85f90573dfd57000a3890bf1f7 100644
|
| --- a/xfa/src/fxfa/src/common/xfa_script.h
|
| +++ b/xfa/src/fxfa/src/common/xfa_script.h
|
| @@ -4,8 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _FXFA_SCRIPT_H
|
| -#define _FXFA_SCRIPT_H
|
| +#ifndef XFA_SRC_FXFA_SRC_COMMON_XFA_SCRIPT_H
|
| +#define XFA_SRC_FXFA_SRC_COMMON_XFA_SCRIPT_H
|
| +
|
| #define XFA_RESOLVENODE_Children 0x0001
|
| #define XFA_RESOLVENODE_Attributes 0x0004
|
| #define XFA_RESOLVENODE_Properties 0x0008
|
| @@ -106,4 +107,5 @@ class IXFA_ScriptContext {
|
| virtual FX_BOOL IsRunAtClient() = 0;
|
| };
|
| IXFA_ScriptContext* XFA_ScriptContext_Create(CXFA_Document* pDocument);
|
| -#endif
|
| +
|
| +#endif // XFA_SRC_FXFA_SRC_COMMON_XFA_SCRIPT_H
|
|
|