mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
13 lines
213 B
C
13 lines
213 B
C
|
#define __ROS_LONG64__
|
||
|
|
||
|
#define STANDALONE
|
||
|
#include <apitest.h>
|
||
|
|
||
|
extern void func_LoadUserProfile(void);
|
||
|
|
||
|
const struct test winetest_testlist[] =
|
||
|
{
|
||
|
{ "LoadUserProfile", func_LoadUserProfile },
|
||
|
{ 0, 0 }
|
||
|
};
|