| Index: core/fxcrt/include/fx_system.h
|
| diff --git a/core/fxcrt/include/fx_system.h b/core/fxcrt/include/fx_system.h
|
| index ca5d49aad6a0ec3177eca6cc8357753989b65985..f4fc2e819cfec55ed7e47a8a5f1bc28e8bfbd5fa 100644
|
| --- a/core/fxcrt/include/fx_system.h
|
| +++ b/core/fxcrt/include/fx_system.h
|
| @@ -228,7 +228,7 @@ extern "C" {
|
| #define FXSYS_GetFullPathName GetFullPathName
|
| #define FXSYS_GetModuleFileName GetModuleFileName
|
| #else
|
| -int FXSYS_GetACP(void);
|
| +int FXSYS_GetACP();
|
| char* FXSYS_itoa(int value, char* str, int radix);
|
| int FXSYS_WideCharToMultiByte(uint32_t codepage,
|
| uint32_t dwFlags,
|
|
|