rpcrt4: Implement UuidCreateSequential using the machine's MAC address, when available

Juan Lang juan.lang at gmail.com
Thu Jan 7 12:40:42 CST 2010


This mostly uses the old implementation of UuidCreate, although it
improves it slightly:
- iphlpapi is now a delayimport, since UuidCreateSequential is used
less frequently than UuidCreate
- RtlGenRandom is used to create a random multicast address when no
MAC address is available, rather than rand()
Fixes bug 21276.
--Juan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-Implement-UuidCreateSequential-using-the-machine-s-M.patch
Type: text/x-patch
Size: 5784 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100107/1a013a5e/attachment.bin>


More information about the wine-patches mailing list