[ros-diffs] [cfinck] 28407: Add a check for the wchar_t existence for Mac OS X hosts

cfinck at svn.reactos.org cfinck at svn.reactos.org
Sat Aug 18 21:25:44 CEST 2007


Author: cfinck
Date: Sat Aug 18 23:25:43 2007
New Revision: 28407

URL: http://svn.reactos.org/svn/reactos?rev=28407&view=rev
Log:
Add a check for the wchar_t existence for Mac OS X hosts

Modified:
    trunk/reactos/include/psdk/winnt.h

Modified: trunk/reactos/include/psdk/winnt.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/winnt.h?rev=28407&r1=28406&r2=28407&view=diff
==============================================================================
--- trunk/reactos/include/psdk/winnt.h (original)
+++ trunk/reactos/include/psdk/winnt.h Sat Aug 18 23:25:43 2007
@@ -122,6 +122,8 @@
 #define _WCHAR_T_DEFINED
 #ifndef _WCHAR_T_DECLARED      /* for FreeBSD 5 and later */
 #define _WCHAR_T_DECLARED
+#ifndef _WCHAR_T               /* for Mac OS X */
+#define _WCHAR_T
 #ifndef _WCHAR_T_
 #define _WCHAR_T_
 #undef __need_wchar_t




More information about the Ros-diffs mailing list