[EXPLORER] -Use WM_POPUPSYSTEMMENU to open the system menu of a window. CORE-13400
[reactos.git] / rostests / apitests / atl / testlist.c
1 #define STANDALONE
2 #include <apitest.h>
3
4 extern void func_atltypes(void);
5 extern void func_CComBSTR(void);
6 extern void func_CComHeapPtr(void);
7 extern void func_CComVariant(void);
8 extern void func_CImage(void);
9 extern void func_CRegKey(void);
10 extern void func_CSimpleArray(void);
11 extern void func_CSimpleMap(void);
12 extern void func_CString(void);
13
14 const struct test winetest_testlist[] =
15 {
16 { "atltypes", func_atltypes },
17 { "CComBSTR", func_CComBSTR },
18 { "CComHeapPtr", func_CComHeapPtr },
19 { "CComVariant", func_CComVariant },
20 { "CImage", func_CImage },
21 { "CRegKey", func_CRegKey },
22 { "CSimpleArray", func_CSimpleArray },
23 { "CSimpleMap", func_CSimpleMap },
24 { "CString", func_CString },
25 { 0, 0 }
26 };