2011-05-31 17:26:30 +00:00
|
|
|
#define __ROS_LONG64__
|
|
|
|
|
|
|
|
#define STANDALONE
|
2013-09-22 17:52:42 +00:00
|
|
|
#include <apitest.h>
|
2011-05-31 17:26:30 +00:00
|
|
|
|
2012-10-09 20:56:11 +00:00
|
|
|
extern void func_CommandLine(void);
|
2011-11-18 22:26:35 +00:00
|
|
|
extern void func_ieee(void);
|
2011-05-31 17:26:30 +00:00
|
|
|
extern void func_splitpath(void);
|
|
|
|
|
|
|
|
const struct test winetest_testlist[] =
|
|
|
|
{
|
2012-10-09 20:56:11 +00:00
|
|
|
{ "CommandLine", func_CommandLine },
|
2011-11-18 22:26:35 +00:00
|
|
|
{ "ieee", func_ieee },
|
2011-05-31 17:26:30 +00:00
|
|
|
{ "splitpath", func_splitpath },
|
|
|
|
|
|
|
|
{ 0, 0 }
|
|
|
|
};
|