Commit 2b47a2b8 authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

Add a way to tell msvcrt to define wchar_t.

parent 708c4b24
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment