2010-08-25 08:50:10 +00:00
|
|
|
#define __ROS_LONG64__
|
|
|
|
|
|
|
|
#define STANDALONE
|
2013-09-22 18:17:54 +00:00
|
|
|
#include <apitest.h>
|
2010-08-25 08:50:10 +00:00
|
|
|
|
2012-08-13 18:04:04 +00:00
|
|
|
extern void func_AttachThreadInput(void);
|
2015-04-16 11:35:23 +00:00
|
|
|
extern void func_CreateDialog(void);
|
2012-10-31 14:08:31 +00:00
|
|
|
extern void func_CreateIconFromResourceEx(void);
|
2015-10-26 12:03:09 +00:00
|
|
|
extern void func_CreateWindowEx(void);
|
2012-07-04 17:33:56 +00:00
|
|
|
extern void func_DeferWindowPos(void);
|
2012-10-30 01:39:28 +00:00
|
|
|
extern void func_DestroyCursorIcon(void);
|
2012-10-31 14:08:31 +00:00
|
|
|
extern void func_DrawIconEx(void);
|
2012-02-19 23:46:06 +00:00
|
|
|
extern void func_desktop(void);
|
2013-11-14 23:11:23 +00:00
|
|
|
extern void func_EnumDisplaySettings(void);
|
2015-02-24 23:15:08 +00:00
|
|
|
extern void func_GetDCEx(void);
|
2012-07-04 17:33:56 +00:00
|
|
|
extern void func_GetIconInfo(void);
|
|
|
|
extern void func_GetKeyState(void);
|
|
|
|
extern void func_GetPeekMessage(void);
|
|
|
|
extern void func_GetSystemMetrics(void);
|
2014-04-25 11:24:41 +00:00
|
|
|
extern void func_GetUserObjectInformation(void);
|
2015-04-21 09:21:22 +00:00
|
|
|
extern void func_GetWindowPlacement(void);
|
2010-08-25 08:50:10 +00:00
|
|
|
extern void func_InitializeLpkHooks(void);
|
2012-10-30 13:29:11 +00:00
|
|
|
extern void func_LoadImage(void);
|
2013-11-14 23:11:23 +00:00
|
|
|
extern void func_LookupIconIdFromDirectoryEx(void);
|
2016-12-19 16:28:42 +00:00
|
|
|
extern void func_NextDlgItem(void);
|
2010-08-25 08:50:10 +00:00
|
|
|
extern void func_RealGetWindowClass(void);
|
2015-06-18 13:41:52 +00:00
|
|
|
extern void func_RegisterHotKey(void);
|
2017-02-06 16:33:25 +00:00
|
|
|
extern void func_RegisterClassEx(void);
|
2010-08-25 08:50:10 +00:00
|
|
|
extern void func_ScrollDC(void);
|
|
|
|
extern void func_ScrollWindowEx(void);
|
2014-10-24 09:16:04 +00:00
|
|
|
extern void func_SendMessageTimeout(void);
|
2011-09-07 14:05:58 +00:00
|
|
|
extern void func_SetActiveWindow(void);
|
2012-07-04 17:33:56 +00:00
|
|
|
extern void func_SetCursorPos(void);
|
2015-04-06 06:34:04 +00:00
|
|
|
extern void func_SetParent(void);
|
2015-10-10 16:08:31 +00:00
|
|
|
extern void func_SetProp(void);
|
2015-04-17 17:22:07 +00:00
|
|
|
extern void func_SetScrollInfo(void);
|
2017-03-04 18:34:35 +00:00
|
|
|
extern void func_SetScrollRange(void);
|
2011-10-17 16:35:22 +00:00
|
|
|
extern void func_SystemParametersInfo(void);
|
2011-09-21 12:30:22 +00:00
|
|
|
extern void func_TrackMouseEvent(void);
|
2011-05-15 21:15:38 +00:00
|
|
|
extern void func_WndProc(void);
|
2012-07-04 17:33:56 +00:00
|
|
|
extern void func_wsprintf(void);
|
2010-08-25 08:50:10 +00:00
|
|
|
|
|
|
|
const struct test winetest_testlist[] =
|
|
|
|
{
|
2012-08-13 18:04:04 +00:00
|
|
|
{ "AttachThreadInput", func_AttachThreadInput },
|
2015-04-16 11:35:23 +00:00
|
|
|
{ "CreateDialog", func_CreateDialog },
|
2012-10-31 14:08:31 +00:00
|
|
|
{ "CreateIconFromResourceEx", func_CreateIconFromResourceEx },
|
2015-10-26 12:03:09 +00:00
|
|
|
{ "CreateWindowEx", func_CreateWindowEx },
|
2012-07-04 17:33:56 +00:00
|
|
|
{ "DeferWindowPos", func_DeferWindowPos },
|
2012-10-30 01:39:28 +00:00
|
|
|
{ "DestroyCursorIcon", func_DestroyCursorIcon },
|
2012-10-31 14:08:31 +00:00
|
|
|
{ "DrawIconEx", func_DrawIconEx },
|
|
|
|
{ "desktop", func_desktop },
|
2013-11-14 23:11:23 +00:00
|
|
|
{ "EnumDisplaySettings", func_EnumDisplaySettings },
|
2015-02-24 23:15:08 +00:00
|
|
|
{ "GetDCEx", func_GetDCEx },
|
2012-07-04 17:33:56 +00:00
|
|
|
{ "GetIconInfo", func_GetIconInfo },
|
|
|
|
{ "GetKeyState", func_GetKeyState },
|
|
|
|
{ "GetPeekMessage", func_GetPeekMessage },
|
|
|
|
{ "GetSystemMetrics", func_GetSystemMetrics },
|
2014-04-25 11:24:41 +00:00
|
|
|
{ "GetUserObjectInformation", func_GetUserObjectInformation },
|
2015-04-21 09:21:22 +00:00
|
|
|
{ "GetWindowPlacement", func_GetWindowPlacement },
|
2010-08-25 08:50:10 +00:00
|
|
|
{ "InitializeLpkHooks", func_InitializeLpkHooks },
|
2012-10-30 13:29:11 +00:00
|
|
|
{ "LoadImage", func_LoadImage },
|
2013-11-14 23:11:23 +00:00
|
|
|
{ "LookupIconIdFromDirectoryEx", func_LookupIconIdFromDirectoryEx },
|
2016-12-19 16:28:42 +00:00
|
|
|
{ "NextDlgItem", func_NextDlgItem },
|
2010-08-25 08:50:10 +00:00
|
|
|
{ "RealGetWindowClass", func_RealGetWindowClass },
|
2015-06-18 13:41:52 +00:00
|
|
|
{ "RegisterHotKey", func_RegisterHotKey },
|
2017-02-06 16:33:25 +00:00
|
|
|
{ "RegisterClassEx", func_RegisterClassEx },
|
2010-08-25 08:50:10 +00:00
|
|
|
{ "ScrollDC", func_ScrollDC },
|
|
|
|
{ "ScrollWindowEx", func_ScrollWindowEx },
|
2014-10-24 09:16:04 +00:00
|
|
|
{ "SendMessageTimeout", func_SendMessageTimeout },
|
2011-09-07 14:05:58 +00:00
|
|
|
{ "SetActiveWindow", func_SetActiveWindow },
|
2012-07-04 17:33:56 +00:00
|
|
|
{ "SetCursorPos", func_SetCursorPos },
|
2015-04-06 06:34:04 +00:00
|
|
|
{ "SetParent", func_SetParent },
|
2015-10-10 16:08:31 +00:00
|
|
|
{ "SetProp", func_SetProp },
|
2015-04-17 17:22:07 +00:00
|
|
|
{ "SetScrollInfo", func_SetScrollInfo },
|
2017-03-04 18:34:35 +00:00
|
|
|
{ "SetScrollRange", func_SetScrollRange },
|
2011-10-17 16:35:22 +00:00
|
|
|
{ "SystemParametersInfo", func_SystemParametersInfo },
|
2011-09-21 12:30:22 +00:00
|
|
|
{ "TrackMouseEvent", func_TrackMouseEvent },
|
2011-05-15 21:15:38 +00:00
|
|
|
{ "WndProc", func_WndProc },
|
2012-07-04 18:01:13 +00:00
|
|
|
{ "wsprintfApi", func_wsprintf },
|
2010-08-25 08:50:10 +00:00
|
|
|
{ 0, 0 }
|
|
|
|
};
|
|
|
|
|