mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
cba274350e
CORE-9281
18 lines
390 B
C
18 lines
390 B
C
#define __ROS_LONG64__
|
|
|
|
#define STANDALONE
|
|
#include <apitest.h>
|
|
|
|
extern void func_ACListISF(void);
|
|
extern void func_IACLCustomMRU(void);
|
|
extern void func_SHExplorerParseCmdLine(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "ACListISF", func_ACListISF },
|
|
{ "IACLCustomMRU", func_IACLCustomMRU },
|
|
{ "SHExplorerParseCmdLine", func_SHExplorerParseCmdLine },
|
|
|
|
{ 0, 0 }
|
|
};
|
|
|