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@winehq.org ReportedBy: mailjohnmorris@gmail.com CC: mailjohnmorris@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.