mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:23:13 +00:00
[USER32_APITEST]
- Commit forgotten file svn path=/trunk/; revision=57649
This commit is contained in:
parent
f40fbb64a6
commit
1c8f7b026b
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
extern void func_AttachThreadInput(void);
|
extern void func_AttachThreadInput(void);
|
||||||
extern void func_DeferWindowPos(void);
|
extern void func_DeferWindowPos(void);
|
||||||
|
extern void func_DestroyCursorIcon(void);
|
||||||
extern void func_desktop(void);
|
extern void func_desktop(void);
|
||||||
extern void func_GetIconInfo(void);
|
extern void func_GetIconInfo(void);
|
||||||
extern void func_GetKeyState(void);
|
extern void func_GetKeyState(void);
|
||||||
|
@ -28,6 +29,7 @@ const struct test winetest_testlist[] =
|
||||||
{ "AttachThreadInput", func_AttachThreadInput },
|
{ "AttachThreadInput", func_AttachThreadInput },
|
||||||
{ "desktop", func_desktop },
|
{ "desktop", func_desktop },
|
||||||
{ "DeferWindowPos", func_DeferWindowPos },
|
{ "DeferWindowPos", func_DeferWindowPos },
|
||||||
|
{ "DestroyCursorIcon", func_DestroyCursorIcon },
|
||||||
{ "GetIconInfo", func_GetIconInfo },
|
{ "GetIconInfo", func_GetIconInfo },
|
||||||
{ "GetKeyState", func_GetKeyState },
|
{ "GetKeyState", func_GetKeyState },
|
||||||
{ "GetPeekMessage", func_GetPeekMessage },
|
{ "GetPeekMessage", func_GetPeekMessage },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue