[SHDOCVW_WINETEST]
[reactos.git] / rostests / winetests / shdocvw / testlist.c
index 18ce563..7062bcf 100644 (file)
@@ -1,22 +1,14 @@
 /* Automatically generated file; DO NOT EDIT!! */
 
-#define WIN32_LEAN_AND_MEAN
-#include <windows.h>
-
 #define STANDALONE
-#include "wine/test.h"
+#include <wine/test.h>
 
-extern void func_intshcut(void);
 extern void func_shdocvw(void);
 extern void func_shortcut(void);
-extern void func_protocol(void);
-extern void func_webbrowser(void);
 
 const struct test winetest_testlist[] =
 {
-    { "intshcut", func_intshcut },
     { "shdocvw", func_shdocvw },
     { "shortcut", func_shortcut },
-    { "webbrowser", func_webbrowser },
     { 0, 0 }
 };