From: snowball3 AT usa DOT net Message-Id: <199812181726.RAA42540@out5.ibm.net> To: dj AT delorie DOT com, djgpp-workers AT delorie DOT com Date: Fri, 18 Dec 1998 12:26:47 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: wchar.h #ifndef question X-mailer: Pegasus Mail for Win32 (v3.01d) Reply-To: djgpp-workers AT delorie DOT com While trying to compile the libstdc++ v3 snapshot, I came across the problem that mbstate_t wasn't defined. Turns out that that mbstate_t isn't defined because of _POSIX_SOURCE being defined. I was wondering why the the items in wchar.h were put in the non-ANSI section since they are indeed ANSI and will be needed by stdc++ v3? --- Mark Elbrecht snowball3 AT usa DOT net http://members.xoom.com/snowball3/