ReactOS 0.4.15-dev-8434-g155a7c7
testlist.c
Go to the documentation of this file.
1#define STANDALONE
2#include <apitest.h>
3
4extern void func_SfcGetFiles(void);
5extern void func_SfcIsFileProtected(void);
6
7const struct test winetest_testlist[] =
8{
9 { "SfcGetFiles", func_SfcGetFiles },
10 { "SfcIsFileProtected", func_SfcIsFileProtected },
11 { 0, 0 }
12};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_SfcGetFiles(void)
void func_SfcIsFileProtected(void)