user32: stub implementations for WINNLS* functions

Dmitry Timoshkov dmitry at baikal.ru
Sun Dec 26 02:16:01 CST 2004


"Diego 'Flameeyes' Pettenò" <flameeyes at users.berlios.de> wrote:

> I wanted to add these because "Yu-Gi-Oh! Power of Chaos" failed to start
> complaining about WINNLSEnableIME not present in user32.dll .

Does your app uses GetProcAddress to link to that APIs dynamically?

> What's the right way to add these? Adding winnls32.h, and stubs all the
> functions in it, inside a ime.c file?

A common rule is to have exactly the same header structure and dependency
tree as in the microsoft headers.

--
Dmitry.






More information about the wine-devel mailing list