reactos/rostests/winetests/credui/testlist.c
Dmitry Chapyshev 569bd394b8 - Add winetests for credui, cryptnet, cryptui, dnsapi, fusion
svn path=/trunk/; revision=39788
2009-02-27 15:57:39 +00:00

16 lines
265 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_credui(void);
const struct test winetest_testlist[] =
{
{ "credui", func_credui },
{ 0, 0 }
};