From: Thomas Faber Date: Mon, 26 Oct 2015 12:05:35 +0000 (+0000) Subject: [USER32_APITEST] X-Git-Tag: ReactOS-0.4.0~347 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=a8f4623261673252c5444867a1cfbf9c6ac5ebca [USER32_APITEST] - Remove nonexistent test... svn path=/trunk/; revision=69708 --- 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 },