diff --git a/inc/stdlib.h b/inc/stdlib.h index b7b4fef..94456ce 100644 --- a/inc/stdlib.h +++ b/inc/stdlib.h @@ -23,8 +23,10 @@ #if defined(_WIN32) typedef unsigned long long size_t; + typedef unsigned short wchar_t; #else typedef unsigned long size_t; + typedef int wchar_t; #endif typedef struct div_t {