mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
11 lines
178 B
C
11 lines
178 B
C
#define STANDALONE
|
|
#include <apitest.h>
|
|
|
|
extern void func_QueryPoints(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "QueryPoints", func_QueryPoints },
|
|
{ 0, 0 }
|
|
};
|
|
|