mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[USER32_APITEST]
- Commit forgotten file svn path=/trunk/; revision=57649
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
extern void func_AttachThreadInput(void);
|
||||
extern void func_DeferWindowPos(void);
|
||||
extern void func_DestroyCursorIcon(void);
|
||||
extern void func_desktop(void);
|
||||
extern void func_GetIconInfo(void);
|
||||
extern void func_GetKeyState(void);
|
||||
@@ -28,6 +29,7 @@ const struct test winetest_testlist[] =
|
||||
{ "AttachThreadInput", func_AttachThreadInput },
|
||||
{ "desktop", func_desktop },
|
||||
{ "DeferWindowPos", func_DeferWindowPos },
|
||||
{ "DestroyCursorIcon", func_DestroyCursorIcon },
|
||||
{ "GetIconInfo", func_GetIconInfo },
|
||||
{ "GetKeyState", func_GetKeyState },
|
||||
{ "GetPeekMessage", func_GetPeekMessage },
|
||||
|
||||
Reference in New Issue
Block a user