On Sun, Mar 13, 2005, Wine Bugs wrote:
the way UuidCreate() was impliment was changed by this patch:
Hans Leidekker hans@it.vu.nl Reimplement UuidCreate() with Win32 APIs.
http://www.winehq.org/hypermail/wine-cvs/2004/04/0380.html
I am not sure that this bug is actually fixed though
No, it isn't.
According to the change there is still the following fix in the function RPC_UuidGetNodeAddress() necessary:
<< address[0] |= 0x80;
address[0] |= 0x01;
Ralf S. Engelschall rse@engelschall.com www.engelschall.com