mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
24a56f89ab
This removes all fake apiset forwarders, and handles apisets inside ntdll. This is not 100% compatible with how windows does it, but it should be good enough for us.
11 lines
166 B
C
11 lines
166 B
C
|
|
#define STANDALONE
|
|
#include <apitest.h>
|
|
|
|
extern void func_apisets(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "apisets", func_apisets },
|
|
{ 0, 0 }
|
|
};
|