Index: modules/rostests/winetests/user32/clipboard.c =================================================================== --- modules/rostests/winetests/user32/clipboard.c (revision 72616) +++ modules/rostests/winetests/user32/clipboard.c (working copy) @@ -1761,9 +1761,7 @@ format_id = RegisterClipboardFormatA( "my_cool_clipboard_format" ); test_handles( 0 ); test_handles( GetDesktopWindow() ); -#ifndef __REACTOS__ /* CORE-11953 */ test_handles( hwnd ); -#endif run_thread( test_handles_thread, hwnd, __LINE__ ); bitmap = CreateBitmap( 10, 10, 1, 1, NULL );