| Index: xfa/src/fxfa/src/app/xfa_ffpushbutton.h
|
| diff --git a/xfa/src/fxfa/src/app/xfa_ffpushbutton.h b/xfa/src/fxfa/src/app/xfa_ffpushbutton.h
|
| index 96b71c5327c113d1341b3cc74108ffdff38f0275..e3761d142f6d107a9ce6e297daa00ec8a0b2bc64 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_ffpushbutton.h
|
| +++ b/xfa/src/fxfa/src/app/xfa_ffpushbutton.h
|
| @@ -4,8 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _FXFA_FORMFILLER_PUSHBUTTON_IMP_H
|
| -#define _FXFA_FORMFILLER_PUSHBUTTON_IMP_H
|
| +#ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFPUSHBUTTON_H_
|
| +#define XFA_SRC_FXFA_SRC_APP_XFA_FFPUSHBUTTON_H_
|
| +
|
| #define XFA_FWL_PSBSTYLEEXT_HiliteNone (0L << 0)
|
| #define XFA_FWL_PSBSTYLEEXT_HiliteInverted (1L << 0)
|
| #define XFA_FWL_PSBSTYLEEXT_HilitePush (2L << 0)
|
| @@ -40,4 +41,5 @@ class CXFA_FFPushButton : public CXFA_FFField {
|
| CXFA_TextProvider* m_pRollProvider;
|
| IFWL_WidgetDelegate* m_pOldDelegate;
|
| };
|
| -#endif
|
| +
|
| +#endif // XFA_SRC_FXFA_SRC_APP_XFA_FFPUSHBUTTON_H_
|
|
|