More stuff about the headers

Alexandre Julliard julliard at winehq.org
Mon Sep 8 13:28:56 CDT 2003


Eric Pouech <pouech-eric at wanadoo.fr> writes:

> so the possible solutions are:
> - As we compile Wine without the _UNICODE flag, we could change the
> code as follows:
> 	XXA => XX
> 	XXW => (LPWSTR)XX
> drawback: we'll have warnings if we need to compile with the _UNICODE
> flag...

I think what we want is to add casts in all cases, both A and
W. That's unfortunately the only way to make the code really portable.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list