mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[USER32_APITEST]
- Remove nonexistent test... svn path=/trunk/; revision=69708
This commit is contained in:
parent
ca8fcf5402
commit
a8f4623261
2 changed files with 0 additions and 3 deletions
|
@ -9,7 +9,6 @@ list(APPEND SOURCE
|
|||
DestroyCursorIcon.c
|
||||
DrawIconEx.c
|
||||
desktop.c
|
||||
DestroyWindow.c
|
||||
EnumDisplaySettings.c
|
||||
GetDCEx.c
|
||||
GetIconInfo.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 },
|
||||
|
|
Loading…
Reference in a new issue