On Mon, Jul 23, 2012 at 11:33 AM, Nikolay Sivov wrote:
> On 7/23/2012 17:23, Earnie Boyd wrote:
>>
>> How would that "ignore the UNICODE" work?  Defining UNICODE will cause
>> the API to do different things.
>>
> This define only controls macros so if you want LoadLibraryW nothing stops
> you to use it directly,
> that's how ignoring works - you use -A, or -W versions directly.

You're asking for more trouble.  There are more definitions based on
UNICODE than you can possibly control.  A better option would be to
just add #undef UNICODE in the config.h file if it is defined.

-- 
Earnie
-- https://sites.google.com/site/earnieboyd
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
https://mail.gnome.org/mailman/listinfo/xml

Reply via email to