reactos/modules/rostests/apitests/mspatcha/testlist.c
Mark Jansen fbe4a43f5d
[MSPTCHA_APITEST] Initial tests.
The filename intentionally does not contain the word 'patch',
because this will trigger windows to auto-elevate the test app.
2018-12-15 16:28:59 +01:00

13 lines
221 B
C

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