[MSVFW32] Sync with Wine Staging 4.18. CORE-16441
[reactos.git] / modules / rostests / winetests / msvfw32 / testlist.c
1 /* Automatically generated by make depend; DO NOT EDIT!! */
2
3 #define STANDALONE
4 #include <wine/test.h>
5
6 extern void func_drawdib(void);
7 extern void func_msvfw(void);
8
9 const struct test winetest_testlist[] =
10 {
11 { "drawdib", func_drawdib },
12 { "msvfw", func_msvfw },
13 { 0, 0 }
14 };