mirror of https://github.com/flysand7/ciabatta.git
Fix stdlib.h not defininng wchar_t
This commit is contained in:
parent
0c9875c53c
commit
7de01d66f2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue