Re: SetShellWindow() and friends

2003-10-13 Thread Martin Fuchs
Hello Uwe, I have merged the tests into dlls/user/tests/win.c and extended them a bit. I tried them on Win XP and on WIN 98 and had to see, there are some differencies between the operating systems. So a few tests are commented out with an apropiet comment. Now all active SetShellWindow tests a

Re: SetShellWindow() and friends

2003-10-12 Thread Uwe Bonnes
> "Martin" == Martin Fuchs <[EMAIL PROTECTED]> writes: ... Martin> cout << "first call to SetShellWindow(hwnd): " << (ret? Martin> "SUCCESS": "FAILURE") << "\n"; As plain C programm this could perhpas be included in out test suite... -- Uwe Bonnes[EMAIL PROTECTE

SetShellWindow() and friends

2003-10-12 Thread Martin Fuchs
Hello Alexandre, > Yes, if it works under Windows then obviously we need a fix in Wine. > I think you should investigate exactly how Windows does it, there are > many places where we could add such checks so we need to find out > exactly where Windows has them. OK - wrote a little test program to