user32: stub implementations for WINNLS* functions

Mike Hearn mike at navi.cx
Sat Dec 25 18:57:35 CST 2004


On Fri, 24 Dec 2004 20:38:39 +0100, Diego 'Flameeyes' Pettenò wrote:
> -# @ stub WINNLSEnableIME
> -# @ stub WINNLSGetEnableStatus
> -# @ stub WINNLSGetIMEHotkey
> +@ stdcall WINNLSEnableIME(long long)
> +@ stdcall WINNLSGetEnableStatus(long)
> +@ stdcall WINNLSGetIMEHotkey(long)

They were commented out, which implies some software does a GetProcAddress
on them. Adding these sorts of stubs can break apps: have you found a
program or DLL that actually needs them?




More information about the wine-patches mailing list