[Bug 7301] New: CoWaitForMultipleHandles missing from ole32.spec

Wine Bugs wine-bugs at winehq.org
Wed Jan 31 12:46:13 CST 2007


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

           Summary: CoWaitForMultipleHandles missing from ole32.spec
           Product: Wine
           Version: 0.9.30.
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-ole
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: mailjohnmorris at gmail.com
                CC: mailjohnmorris at gmail.com


In dlls/ole32, the CoWaitForMultipleHandles function is missing from the
ole32.spec file.   This causes Word 2003 to abort with a "not implemented" error
when pasting text from a linux app.

It is implemented, but is just not being exported because it is missing from the
spec.

If you add:
@ stdcall CoWaitForMultipleHandles(long long long ptr ptr)

to ole32.spec and recompile ole32.dll.so, copy and pasting text from a linux
program into Word 2003 will work without crash.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list