[WININET_APITEST] Add Download testcase (#1832)
[reactos.git] / modules / rostests / apitests / wininet / testlist.c
index 16c84d6..801c8c4 100644 (file)
@@ -3,10 +3,12 @@
 #define STANDALONE
 #include <apitest.h>
 
+extern void func_Download(void);
 extern void func_InternetOpen(void);
 
 const struct test winetest_testlist[] =
 {
+    { "Download", func_Download },
     { "InternetOpen", func_InternetOpen },
 
     { 0, 0 }