Jacek Caban (@jacek) commented about dlls/user32/tests/msg.c:
}
}
- }
- DestroyWindow( hstatic );
- DeleteObject( hbitmap );
+}
+#define subtest_swp_paint_regions(w,p,c) subtest_swp_paint_regions_(__LINE__,w,p,c)
+static void subtest_swp_paint_regions_( int line, int wrap_toplevel, LPCSTR parent_class, LPCSTR child_class ) +{
- static const struct exposure_test {
int ex_style, style;
BOOL shuffle_zorder;
HWND insert_after;
shuffle_zorder seems redundant, you could use !!insert_after instead.