mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
Nothing to see here.
svn path=/trunk/; revision=71198
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
#define STANDALONE
|
||||
#include <wine/test.h>
|
||||
|
||||
extern void func_layerapi(void);
|
||||
extern void func_apphelp(void);
|
||||
extern void func_layerapi(void);
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
{ "layerapi", func_layerapi },
|
||||
{ "apphelp", func_apphelp },
|
||||
{ "layerapi", func_layerapi },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user