On Sun, 02 Jan 2005 17:22:43 +0100, Eric Pouech wrote:
because they are not exported as regular APIs from user32, and we must stick to what the Win32 API provides for inter DLL calls
Perhaps we could provide a Wine specific API and then an inline function that does a GetProcAddress on it, and if it's missing just passes the number straight through.
That way there are no hard dependencies between the DLLs but when run using Wine user32 the traces are more helpful.
Thoughts?
thanks -mike