mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Avoid collision with MinGW wctype_t
svn path=/trunk/; revision=10574
This commit is contained in:
parent
7566350740
commit
b236b6a240
1 changed files with 3 additions and 0 deletions
|
@ -22,7 +22,10 @@
|
|||
|
||||
#define _ALPHA 0x0103
|
||||
|
||||
#ifndef _WCTYPE_T_DEFINED
|
||||
typedef wchar_t wctype_t;
|
||||
#define _WCTYPE_T_DEFINED
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
|
|
Loading…
Reference in a new issue