| 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 cdb4fe94f68536c06ce8c122d3f1f5c58e0d021e..10b96dd44eaeb92f8984a8301927cc11276d3d3b 100644
|
| --- a/xfa/src/fxfa/src/common/xfa_fm2jsapi.h
|
| +++ b/xfa/src/fxfa/src/common/xfa_fm2jsapi.h
|
| @@ -14,7 +14,7 @@ extern "C"
|
| typedef struct XFA_HFM2JSCONTEXT_ {
|
| FX_LPVOID* pData;
|
| }* XFA_HFM2JSCONTEXT;
|
| -FX_INT32 XFA_FM2JS_Translate(FX_WSTR wsFormcalc, CFX_WideTextBuf& wsJavascript, CFX_WideString& wsError);
|
| +int32_t XFA_FM2JS_Translate(FX_WSTR wsFormcalc, CFX_WideTextBuf& wsJavascript, CFX_WideString& wsError);
|
| XFA_HFM2JSCONTEXT XFA_FM2JS_ContextCreate();
|
| void XFA_FM2JS_ContextInitialize(XFA_HFM2JSCONTEXT hFM2JSContext, FXJSE_HRUNTIME hScriptRuntime,
|
| FXJSE_HCONTEXT hScriptContext,
|
|
|