reactos/rostests/winetests/ntprint/testlist.c
Amine Khaldi 515b241df5 [NTPRINT_WINETEST]
* Sync with Wine 1.7.17.
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.
CORE-8080

svn path=/trunk/; revision=63068
2014-04-30 12:44:28 +00:00

13 lines
218 B
C

/* 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 }
};