mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
15 lines
299 B
C
15 lines
299 B
C
#define __ROS_LONG64__
|
|
|
|
#define STANDALONE
|
|
#include <apitest.h>
|
|
|
|
extern void func_GetProfileDirs(void);
|
|
extern void func_LoadUserProfile(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "GetProfileDirs", func_GetProfileDirs },
|
|
{ "LoadUserProfile", func_LoadUserProfile },
|
|
{ 0, 0 }
|
|
};
|