[Bug 9634] unimplemented function compobj.dll.COCREATEGUID

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Sep 20 01:18:36 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9634


Mikolaj Zalewski <mikolaj.zalewski at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikolaj.zalewski at gmail.com




--- Comment #7 from Mikolaj Zalewski <mikolaj.zalewski at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list