reactos/rostests/apitests/advapi32/testlist.c
Eric Kohl b8329db06a [APITESTS]
Add service tag tests.

Patch by Thomas Faber.

svn path=/trunk/; revision=53873
2011-09-27 13:06:33 +00:00

17 lines
260 B
C

#define WIN32_LEAN_AND_MEAN
#define __ROS_LONG64__
#include <windows.h>
#define STANDALONE
#include "wine/test.h"
extern void func_CreateService(void);
const struct test winetest_testlist[] =
{
{ "CreateService", func_CreateService },
{ 0, 0 }
};