mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
Add a way to tell msvcrt to define wchar_t.
This commit is contained in:
parent
708c4b244f
commit
2b47a2b8b4
@ -32,6 +32,9 @@ typedef unsigned int MSVCRT(size_t);
|
||||
#endif
|
||||
|
||||
/* Best to leave this one alone: wchar_t */
|
||||
#ifdef WINE_DEFINE_WCHAR_T
|
||||
typedef unsigned short wchar_t;
|
||||
#endif
|
||||
|
||||
|
||||
#define offsetof(s,m) (size_t)&(((s*)NULL)->m)
|
||||
|
Loading…
Reference in New Issue
Block a user