diff options
Diffstat (limited to 'fpdfsdk/javascript/JS_GlobalData.h')
-rw-r--r-- | fpdfsdk/javascript/JS_GlobalData.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fpdfsdk/javascript/JS_GlobalData.h b/fpdfsdk/javascript/JS_GlobalData.h index c8947cd580..c4e8e48b36 100644 --- a/fpdfsdk/javascript/JS_GlobalData.h +++ b/fpdfsdk/javascript/JS_GlobalData.h @@ -59,11 +59,11 @@ class CJS_GlobalData { iterator FindGlobalVariable(const CFX_ByteString& sPropname); const_iterator FindGlobalVariable(const CFX_ByteString& sPropname) const; - void LoadFileBuffer(const FX_WCHAR* sFilePath, + void LoadFileBuffer(const wchar_t* sFilePath, uint8_t*& pBuffer, int32_t& nLength); - void WriteFileBuffer(const FX_WCHAR* sFilePath, - const FX_CHAR* pBuffer, + void WriteFileBuffer(const wchar_t* sFilePath, + const char* pBuffer, int32_t nLength); void MakeByteString(const CFX_ByteString& name, CJS_KeyValue* pData, |