[PATCH] advapi32: attempt to use UuidToStringA if UuidToStringW isnot available.

Dmitry Timoshkov dmitry at codeweavers.com
Fri Apr 25 22:07:10 CDT 2008


"Lei Zhang" <thestig at google.com> wrote:

> This adds more checks in CRYPT_CreateMachineGuid(), and attempt to use
> UuidToStringA if UuidToStringW is not available.

Instead of duplicating and complicating the code, IMO it would be more
straightforward to use ansi APIs without trying unicode first.

-- 
Dmitry.



More information about the wine-devel mailing list