29 Oct
2004
29 Oct
'04
10:14 a.m.
"Mike McCormack" <mike(a)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. -- Dmitry.