http://bugs.winehq.org/show_bug.cgi?id=9634
Mikolaj Zalewski mikolaj.zalewski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mikolaj.zalewski@gmail.com
--- Comment #7 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2007-09-20 01:18:36 --- compobj.dll is a 16-bit DLL - that's why it's using the pascal convention. The code generated from *.spec will automatically translate the 16-bit pointer to 32-bit as probably all that needs to done in CoCreateGuid16 is to call CoCreateGuid.