| Index: xfa/src/fxfa/src/parser/xfa_basic_imp.h
|
| diff --git a/xfa/src/fxfa/src/parser/xfa_basic_imp.h b/xfa/src/fxfa/src/parser/xfa_basic_imp.h
|
| index 95d4fb135c0397c58f7462786c8be3ab1b17d7ff..966d27e9468fa8f0c251dd7d88362554abe1d6d1 100644
|
| --- a/xfa/src/fxfa/src/parser/xfa_basic_imp.h
|
| +++ b/xfa/src/fxfa/src/parser/xfa_basic_imp.h
|
| @@ -4,14 +4,16 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _XFA_BASIC_IMP
|
| -#define _XFA_BASIC_IMP
|
| +#ifndef XFA_SRC_FXFA_SRC_PARSER_XFA_BASIC_IMP_H_
|
| +#define XFA_SRC_FXFA_SRC_PARSER_XFA_BASIC_IMP_H_
|
| +
|
| typedef struct _XFA_NOTSUREATTRIBUTE {
|
| XFA_ELEMENT eElement;
|
| XFA_ATTRIBUTE eAttribute;
|
| XFA_ATTRIBUTETYPE eType;
|
| void* pValue;
|
| } XFA_NOTSUREATTRIBUTE, *XFA_LPNOTSUREATTRIBUTE;
|
| +
|
| typedef XFA_NOTSUREATTRIBUTE const* XFA_LPCNOTSUREATTRIBUTE;
|
| XFA_LPCNOTSUREATTRIBUTE XFA_GetNotsureAttribute(
|
| XFA_ELEMENT eElement,
|
| @@ -63,4 +65,5 @@ class CXFA_WideTextRead : public IFX_Stream {
|
| int32_t m_iPosition;
|
| int32_t m_iRefCount;
|
| };
|
| -#endif
|
| +
|
| +#endif // XFA_SRC_FXFA_SRC_PARSER_XFA_BASIC_IMP_H_
|
|
|