http://bugs.winehq.org/show_bug.cgi?id=10275
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |juan_lang@yahoo.com
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2007-11-02 09:49:30 --- Right, rundll32 assumes all entry points have this signature:
void WINAPI EntryPoint(HWND hWnd, HINSTANCE hInst, LPTSTR lpszCmdLine, int nCmdShow);
but FileProtocolHandler doesn't have an HINSTANCE argument. Is it just wrong?