From a8f4623261673252c5444867a1cfbf9c6ac5ebca Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Mon, 26 Oct 2015 12:05:35 +0000 Subject: [PATCH 1/1] [USER32_APITEST] - Remove nonexistent test... svn path=/trunk/; revision=69708 --- rostests/apitests/user32/CMakeLists.txt | 1 - rostests/apitests/user32/testlist.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/rostests/apitests/user32/CMakeLists.txt b/rostests/apitests/user32/CMakeLists.txt index 720cee8865c..1a9b6bbd10f 100644 --- a/rostests/apitests/user32/CMakeLists.txt +++ b/rostests/apitests/user32/CMakeLists.txt @@ -9,7 +9,6 @@ list(APPEND SOURCE DestroyCursorIcon.c DrawIconEx.c desktop.c - DestroyWindow.c EnumDisplaySettings.c GetDCEx.c GetIconInfo.c diff --git a/rostests/apitests/user32/testlist.c b/rostests/apitests/user32/testlist.c index d3014050510..ab6ce14498e 100644 --- a/rostests/apitests/user32/testlist.c +++ b/rostests/apitests/user32/testlist.c @@ -11,7 +11,6 @@ extern void func_DeferWindowPos(void); extern void func_DestroyCursorIcon(void); extern void func_DrawIconEx(void); extern void func_desktop(void); -extern void func_DestroyWindow(void); extern void func_EnumDisplaySettings(void); extern void func_GetDCEx(void); extern void func_GetIconInfo(void); @@ -48,7 +47,6 @@ const struct test winetest_testlist[] = { "DestroyCursorIcon", func_DestroyCursorIcon }, { "DrawIconEx", func_DrawIconEx }, { "desktop", func_desktop }, - { "DestroyWindow", func_DestroyWindow }, { "EnumDisplaySettings", func_EnumDisplaySettings }, { "GetDCEx", func_GetDCEx }, { "GetIconInfo", func_GetIconInfo }, -- 2.17.1