reactos/rostests/winetests/ntprint/testlist.c

13 lines
218 B
C
Raw Normal View History

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