| Index: core/include/fxcrt/fx_system.h
|
| diff --git a/core/include/fxcrt/fx_system.h b/core/include/fxcrt/fx_system.h
|
| index e28099ed4abf1c4efb119109565a02e308b7ba4b..462fb3babf3c48e3cba085294acfacca6af80706 100644
|
| --- a/core/include/fxcrt/fx_system.h
|
| +++ b/core/include/fxcrt/fx_system.h
|
| @@ -264,6 +264,7 @@ wchar_t* FXSYS_wcsupr(wchar_t* str);
|
| #define FXSYS_HIWORD(dword) ((FX_WORD)((dword) >> 16))
|
| #define FXSYS_LOWORD(dword) ((FX_WORD)(dword))
|
| int32_t FXSYS_atoi(const FX_CHAR* str);
|
| +uint32_t FXSYS_atoui(const FX_CHAR* str);
|
| int32_t FXSYS_wtoi(const FX_WCHAR* str);
|
| int64_t FXSYS_atoi64(const FX_CHAR* str);
|
| int64_t FXSYS_wtoi64(const FX_WCHAR* str);
|
|
|