reactos/rostests/winetests/rsabase/testlist.c
The Wine Synchronizer 83c857dfd3 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30896
2007-11-29 12:54:54 +00:00

16 lines
268 B
C

/* Automatically generated file; DO NOT EDIT!! */
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define STANDALONE
#include "wine/test.h"
extern void func_rsabase(void);
const struct test winetest_testlist[] =
{
{ "rsabase", func_rsabase },
{ 0, 0 }
};