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