mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
add progman_dde to testlist
svn path=/trunk/; revision=44701
This commit is contained in:
parent
5cb5ab9870
commit
1b914ccf6e
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
extern void func_appbar(void);
|
||||
extern void func_autocomplete(void);
|
||||
extern void func_generated(void);
|
||||
extern void func_progman_dde(void);
|
||||
extern void func_shelllink(void);
|
||||
extern void func_shellpath(void);
|
||||
extern void func_shfldr_netplaces(void);
|
||||
|
@ -24,6 +25,7 @@ const struct test winetest_testlist[] =
|
|||
{ "appbar", func_appbar },
|
||||
{ "autocomplete", func_autocomplete },
|
||||
{ "generated", func_generated },
|
||||
{ "progman_dde", func_progman_dde },
|
||||
{ "shelllink", func_shelllink },
|
||||
{ "shellpath", func_shellpath },
|
||||
{ "shfldr_netplaces", func_shfldr_netplaces },
|
||||
|
|
Loading…
Reference in a new issue