Date: Thu, 15 Jun 2000 11:20:57 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Holejsovsky, Pavel" cc: "'djgpp-workers AT delorie DOT com'" Subject: RE: Patch: sentinels for typedefs in headers In-Reply-To: <103239A3A1D2D3118CF10060973136622D4F2E@mail.rkk.cz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 14 Jun 2000, Holejsovsky, Pavel wrote: > FYI, MSVC6.0 declares > > typedef unsigned short wchar_t; > typedef wchar_t wint_t; Really? Then how do they define WEOF? It cannot be negative with this setup.