8 Sep
2003
8 Sep
'03
6:28 p.m.
Eric Pouech <pouech-eric(a)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(a)winehq.com