user32: Unlike RedrawWindow, UpdateWindow doesn't accept a NULL hwnd + test

Austin English austinenglish at gmail.com
Mon Sep 27 14:30:20 CDT 2010


On Mon, Sep 27, 2010 at 7:27 PM, Louis Lenders
<xerox_xerox2000 at yahoo.co.uk> wrote:
> Hi, this fixes http://bugs.winehq.org/show_bug.cgi?id=24527

Howdy Louis,

+    ok( GetLastError() == ERROR_INVALID_WINDOW_HANDLE || /* win98 */
GetLastError() == 0xdadadada, "Expected ERROR_INVALID_WINDOW_HANDLE,
got %d\n", GetLastError());

shouldn't that win98 path be enclosed in broken()?

-- 
-Austin



More information about the wine-devel mailing list