Eric Pouech pouech-eric@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.