Message-ID: <103239A3A1D2D3118CF10060973136622D4F2E@mail.rkk.cz> From: "Holejsovsky, Pavel" To: "'djgpp-workers AT delorie DOT com'" Cc: "'Eli Zaretskii'" Subject: RE: Patch: sentinels for typedefs in headers Date: Wed, 14 Jun 2000 18:04:42 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Reply-To: djgpp-workers AT delorie DOT com FYI, MSVC6.0 declares typedef unsigned short wchar_t; typedef wchar_t wint_t; >-----Original Message----- >From: Eli Zaretskii [mailto:eliz AT is DOT elta DOT co DOT il] >Sent: Wednesday, June 14, 2000 5:44 PM >To: DJ Delorie >Cc: djgpp-workers AT delorie DOT com >Subject: Re: Patch: sentinels for typedefs in headers > > > >On Wed, 14 Jun 2000, DJ Delorie wrote: > >> > > Catched another one - our wint_t is 'int' and their >'unsigned int'. >> > >> > The way we define wint_t will be important when (if) we >support wide >> > characters in a non-trivial way. As long as our support >is trivial, we >> > can switch (in the next djdev) without risking any >problems, I think. >> >> We should match what win32 uses, to help rsxntdj work. > >We changed wchar_t to match Windows, but I don't think there was any >problem with wint_t. >