reactos/include/msvcrt
diff -u -r1.6 -r1.7
--- stddef.h 24 Nov 2002 18:06:00 -0000 1.6
+++ stddef.h 26 Aug 2004 07:54:47 -0000 1.7
@@ -28,9 +28,9 @@
* DISCLAIMED. This includes but is not limited to warranties of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Revision: 1.6 $
- * $Author: robd $
- * $Date: 2002/11/24 18:06:00 $
+ * $Revision: 1.7 $
+ * $Author: gvg $
+ * $Date: 2004/08/26 07:54:47 $
*
*/
@@ -132,7 +132,7 @@
*/
#if defined (__MSVCRT_STDDEF_H_) || defined (__need_wint_t)
-#ifndef _WINT_T_
+#if ! defined(_WINT_T_) && ! defined(_WINT_T)
#define _WINT_T_
#define _WINT_T /* To satisfy libstdc++ */
#ifndef __WINT_TYPE__