Sync advapi32, gdi32, gdiplus, inetmib1, kernel32, mlang, msi, msvcrt, ntdll, oleaut3...
[reactos.git] / rostests / winetests / oleaut32 / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define WIN32_LEAN_AND_MEAN
4 #include <windows.h>
5
6 #define STANDALONE
7 #include "wine/test.h"
8
9 extern void func_dispatch(void);
10 extern void func_olefont(void);
11 extern void func_olepicture(void);
12 extern void func_safearray(void);
13 extern void func_tmarshal(void);
14 extern void func_typelib(void);
15 extern void func_usrmarshal(void);
16 extern void func_varformat(void);
17 extern void func_vartest(void);
18 extern void func_vartype(void);
19
20 const struct test winetest_testlist[] =
21 {
22 { "dispatch", func_dispatch },
23 { "olefont", func_olefont },
24 { "olepicture", func_olepicture },
25 { "safearray", func_safearray },
26 { "tmarshal", func_tmarshal },
27 { "typelib", func_typelib },
28 { "usrmarshal", func_usrmarshal },
29 { "varformat", func_varformat },
30 { "vartest", func_vartest },
31 { "vartype", func_vartype },
32 { 0, 0 }
33 };