mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
fbe4a43f5d
The filename intentionally does not contain the word 'patch', because this will trigger windows to auto-elevate the test app.
13 lines
221 B
C
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 }
|
|
};
|