Mail Archives: djgpp-workers/2000/06/14/12:20:28
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.
>
- Raw text -