b83778643d4f545500b9c6bcf17c065eeae01bb6
[reactos.git] / rostests / winetests / cabinet / testlist.c
1 #define WIN32_LEAN_AND_MEAN
2 #include <windows.h>
3
4 #define STANDALONE
5 #include "wine/test.h"
6
7 extern void func_extract(void);
8
9 const struct test winetest_testlist[] =
10 {
11 { "extract", func_extract },
12 { 0, 0 }
13 };