extern void func_ScrollDC(void);
extern void func_ScrollWindowEx(void);
extern void func_GetSystemMetrics(void);
+extern void func_GetIconInfo(void);
const struct test winetest_testlist[] =
{
{ "ScrollDC", func_ScrollDC },
{ "ScrollWindowEx", func_ScrollWindowEx },
{ "GetSystemMetrics", func_GetSystemMetrics },
+ { "GetIconInfo", func_GetIconInfo },
{ 0, 0 }
};