Re: [PATCH] advapi32: attempt to use UuidToStringA if UuidToStringW isnot available.
26 Apr
2008
26 Apr
'08
3:07 a.m.
"Lei Zhang" <thestig(a)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.
28 Apr
28 Apr
11:59 a.m.
New subject: [PATCH] advapi32: attempt to use UuidToStringA if UuidToStringW isnot available.
"Dmitry Timoshkov" <dmitry(a)codeweavers.com> writes:
"Lei Zhang" <thestig(a)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.
A simple sprintfW would be even better. -- Alexandre Julliard julliard(a)winehq.org
6440
Age (days ago)
6442
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Dmitry Timoshkov