1 #define STANDALONE
2 #include <wine/test.h>
3 
4 extern void func_wmvcore(void);
5 
6 const struct test winetest_testlist[] =
7 {
8     { "wmvcore", func_wmvcore },
9     { 0, 0 }
10 };
11