mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
66b9b5427f
svn path=/trunk/; revision=68069
14 lines
214 B
C
14 lines
214 B
C
#define __ROS_LONG64__
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_initializespy(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "initializespy", func_initializespy },
|
|
|
|
{ 0, 0 }
|
|
};
|