http://bugs.winehq.org/show_bug.cgi?id=10275
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #2 from Anastasius Focht focht@gmx.net 2007-11-02 10:58:30 --- Hello,
yes, wine's signature for FileProtocolHandlerA is wrong. Correct would be:
HRESULT WINAPI FileProtocolHandlerA( HWND hWnd, HINSTANCE hInst, LPCSTR pszUrl, int nShowCmd);
The "hInst" parameter passed into function is never used.
Regards