bits: Description of patch set (resend 2) (0/26)

Juan Lang juan.lang at gmail.com
Tue Nov 20 07:15:32 CST 2007


> I looked into switching svchost to ansi since there is no unicode
> version of GetProcAddress (used within svchost).

In general Unicode is the way to go, but there's no reason you can't
use Unicode for those APIs that are, and ANSI for those that aren't,
specifically, when querying the function name to be used with
GetProcAddress.

--Juan



More information about the wine-devel mailing list