mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
Nothing to see here.
svn path=/trunk/; revision=71198
This commit is contained in:
parent
7aaa9aee54
commit
f97c563d01
1 changed files with 2 additions and 2 deletions
|
@ -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 }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue