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