mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
10 lines
156 B
C
10 lines
156 B
C
#define STANDALONE
|
|
#include <apitest.h>
|
|
|
|
extern void func_load(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "load", func_load },
|
|
{ 0, 0 }
|
|
};
|