Chromium Code Reviews| Index: xfa/src/fxfa/src/common/xfa_fm2jsapi.h |
| diff --git a/xfa/src/fxfa/src/common/xfa_fm2jsapi.h b/xfa/src/fxfa/src/common/xfa_fm2jsapi.h |
| index 6e9aa04b799ce131b392db187ec82c3a4f7ecd21..4801736cdf677c86558436bbe8fc3ffafd71644b 100644 |
| --- a/xfa/src/fxfa/src/common/xfa_fm2jsapi.h |
| +++ b/xfa/src/fxfa/src/common/xfa_fm2jsapi.h |
| @@ -4,12 +4,15 @@ |
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| -#ifndef _XFA_FM2JS_API_H |
| -#define _XFA_FM2JS_API_H |
| +#ifndef XFA_SRC_FXFA_SRC_COMMON_XFA_FM2JS_API_H_ |
|
Tom Sepez
2016/02/18 18:33:12
FM2JSAPI
dsinclair
2016/02/18 19:19:06
Done.
|
| +#define XFA_SRC_FXFA_SRC_COMMON_XFA_FM2JS_API_H_ |
| + |
| #define FOXIT_XFA_FM2JS_FORMCALC_RUNTIME "foxit_xfa_formcalc_runtime" |
| + |
| #ifdef __cplusplus |
| extern "C" { |
| #endif |
| + |
| typedef struct XFA_HFM2JSCONTEXT_ { void** pData; } * XFA_HFM2JSCONTEXT; |
| int32_t XFA_FM2JS_Translate(const CFX_WideStringC& wsFormcalc, |
| CFX_WideTextBuf& wsJavascript, |
| @@ -22,7 +25,9 @@ void XFA_FM2JS_ContextInitialize(XFA_HFM2JSCONTEXT hFM2JSContext, |
| void XFA_FM2JS_GlobalPropertyGetter(XFA_HFM2JSCONTEXT hFM2JSContext, |
| FXJSE_HVALUE hValue); |
| void XFA_FM2JS_ContextRelease(XFA_HFM2JSCONTEXT hFM2JSContext); |
| + |
| #ifdef __cplusplus |
| } |
| #endif |
| -#endif |
| + |
| +#endif // XFA_SRC_FXFA_SRC_COMMON_XFA_FM2JS_API_H_ |