mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
9393fc320e
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
13 lines
210 B
C
13 lines
210 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 }
|
|
};
|