[APITESTS] - Add wininet and winhttp tests for Winsock loading and initialization...
[reactos.git] / rostests / apitests / wininet / testlist.c
diff --git a/rostests/apitests/wininet/testlist.c b/rostests/apitests/wininet/testlist.c
new file mode 100644 (file)
index 0000000..8083e60
--- /dev/null
@@ -0,0 +1,15 @@
+#define WIN32_LEAN_AND_MEAN
+#define __ROS_LONG64__
+#include <windows.h>
+
+#define STANDALONE
+#include "wine/test.h"
+
+extern void func_InternetOpen(void);
+
+const struct test winetest_testlist[] =
+{
+    { "InternetOpen", func_InternetOpen },
+
+    { 0, 0 }
+};