David Adam <[email protected]> writes: > + hwnd2=createwindow(); > + hwnd=createwindow(); > + > + if (hwnd) > + { > + skip("Failed to create the main window\n"); > + return; > + }
I don't think that's quite what you intended... -- Alexandre Julliard [email protected]
