Date: Wed, 14 Jun 2000 18:43:43 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: Re: Patch: sentinels for typedefs in headers In-Reply-To: <200006141507.LAA21661@envy.delorie.com> 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, 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.