ReactOS 0.4.16-dev-1946-g52006dd
testlist.c
Go to the documentation of this file.
1
2#define STANDALONE
3#include <apitest.h>
4
6
7const struct test winetest_testlist[] =
8{
9 { "CertEnumSystemStoreLocation", func_CertEnumSystemStoreLocation },
10
11 { 0, 0 }
12};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_CertEnumSystemStoreLocation(void)