Author: tfaber
Date: Mon Oct 26 12:05:35 2015
New Revision: 69708
URL:
http://svn.reactos.org/svn/reactos?rev=69708&view=rev
Log:
[USER32_APITEST]
- Remove nonexistent test...
Modified:
trunk/rostests/apitests/user32/CMakeLists.txt
trunk/rostests/apitests/user32/testlist.c
Modified: trunk/rostests/apitests/user32/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/user32/CMakeList…
==============================================================================
--- trunk/rostests/apitests/user32/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/rostests/apitests/user32/CMakeLists.txt [iso-8859-1] Mon Oct 26 12:05:35 2015
@@ -9,7 +9,6 @@
DestroyCursorIcon.c
DrawIconEx.c
desktop.c
- DestroyWindow.c
EnumDisplaySettings.c
GetDCEx.c
GetIconInfo.c
Modified: trunk/rostests/apitests/user32/testlist.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/user32/testlist.…
==============================================================================
--- trunk/rostests/apitests/user32/testlist.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/user32/testlist.c [iso-8859-1] Mon Oct 26 12:05:35 2015
@@ -11,7 +11,6 @@
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 @@
{ "DestroyCursorIcon", func_DestroyCursorIcon },
{ "DrawIconEx", func_DrawIconEx },
{ "desktop", func_desktop },
- { "DestroyWindow", func_DestroyWindow },
{ "EnumDisplaySettings", func_EnumDisplaySettings },
{ "GetDCEx", func_GetDCEx },
{ "GetIconInfo", func_GetIconInfo },