OSDN Git Service

Oops. Forgot to check in include/wchar.h???
authorcgf <cgf>
Sat, 11 Aug 2001 01:56:53 +0000 (01:56 +0000)
committercgf <cgf>
Sat, 11 Aug 2001 01:56:53 +0000 (01:56 +0000)
winsup/cygwin/include/wchar.h

index 986db98..c6ae520 100644 (file)
@@ -13,8 +13,9 @@ details. */
 
 #include <sys/cdefs.h>
 
-/* Get wchar_t from <stddef.h>.  */
+/* Get wchar_t and wint_t from <stddef.h>.  */
 #define __need_wchar_t
+#define __need_wint_t
 #include <stddef.h>
 
 __BEGIN_DECLS