mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00: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