http://bugs.winehq.org/show_bug.cgi?id=9634 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov(a)gmail.com --- Comment #6 from Damjan Jovanovic <damjan.jov(a)gmail.com> 2007-09-20 00:52:14 --- COCREATEGUID is a stub in compobj.spec, I'm guessing it does the same thing as the more familiar OLE32 CoCreateGuid. However, CoCreateGuid uses the STDCALL calling convention, and all non-stubs in compobj.spec use the PASCAL convention, so it will take some work with an assembler to figure out what COCREATEGUID uses and implement it correctly in wine. Maybe I'll get around to it this weekend. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.