reactos/rostests/winetests/mscms/testlist.c
Dmitry Chapyshev 83f58a9337 - Add winetests for mscms, msvcrtd, quartz, secur32
svn path=/trunk/; revision=39794
2009-02-27 17:57:06 +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_profile(void);
const struct test winetest_testlist[] =
{
{ "profile", func_profile },
{ 0, 0 }
};