http://bugs.winehq.org/show_bug.cgi?id=28310
Summary: Microkey Millennium needing phoneInitialize, phoneGetMessage, and lineGetMessage functions Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: tapi32 AssignedTo: wine-bugs@winehq.org ReportedBy: tomatogoatee@gmail.com
Created an attachment (id=36276) --> (http://bugs.winehq.org/attachment.cgi?id=36276) Patch to add phoneInitialize, phoneGetMessage, and lineGetMessage functions to tapi32.dll
The above functions are required by Microkey Millennium in order to launch, regardless of the inclusion of the communication module. The attached patch adds the functions to the tapi32.dll and allows Millennium to run in a non-central station capacity. (i.e.: View/Modify accounts, create work orders, etc.)
It was suggested in the forums that I submit it here for cleanup and possible integration into wine proper. Thanks to qwertymn and jorl17 for the majority of the legwork.