"Mike McCormack" mike@codeweavers.com wrote:
ChangeLog:
- add a short test for child windows
START_TEST(win) {
- test_child_window();
- pGetAncestor = (void *)GetProcAddress( GetModuleHandleA("user32.dll"), "GetAncestor" ); pGetWindowInfo = (void *)GetProcAddress( GetModuleHandleA("user32.dll"), "GetWindowInfo" );
Please add your test at the end of existing tests. By placing the test before everything else you are at least skipping the tests performed in the hook procedure.