Author: cwittich
Date: Tue Dec 22 12:05:33 2009
New Revision: 44701
URL: 
http://svn.reactos.org/svn/reactos?rev=44701&view=rev
Log:
add progman_dde to testlist
Modified:
    trunk/rostests/winetests/shell32/testlist.c
Modified: trunk/rostests/winetests/shell32/testlist.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/shell32/testlis…
==============================================================================
--- trunk/rostests/winetests/shell32/testlist.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/shell32/testlist.c [iso-8859-1] Tue Dec 22 12:05:33 2009
@@ -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 @@
     { "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 },