Re: Wchar_t to 2 bytes
Re: Wchar_t to 2 bytes
- Subject: Re: Wchar_t to 2 bytes
- From: "Mark Wagner" <email@hidden>
- Date: Wed, 14 Jun 2006 10:24:23 -0700
On 6/14/06, Mark Thomas <email@hidden> wrote:
Hi,
Does anybody know of a way to make wchar_t to be 2 bytes as I have some
common base Win32 code, which assumes 2 byte wchar_t.
Add -fshort-wchar to the "additional C options" and "additional C++
options". You'll have to provide your own versions of wstrlen() and
company, though, as the official ones only support 4-byte wchars.
--
Mark Wagner
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden