projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aaa9ae
)
Nothing to see here.
author
Mark Jansen
<mark.jansen@reactos.org>
Sun, 24 Apr 2016 13:27:22 +0000
(13:27 +0000)
committer
Mark Jansen
<mark.jansen@reactos.org>
Sun, 24 Apr 2016 13:27:22 +0000
(13:27 +0000)
svn path=/trunk/; revision=71198
rostests/apitests/apphelp/testlist.c
patch
|
blob
|
history
diff --git
a/rostests/apitests/apphelp/testlist.c
b/rostests/apitests/apphelp/testlist.c
index
c942d0a
..
a050482
100644
(file)
--- a/
rostests/apitests/apphelp/testlist.c
+++ b/
rostests/apitests/apphelp/testlist.c
@@
-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 }
};