From 77a43e8afdeb3507d15a66a8a01cf634fa722cd8 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sun, 7 Sep 2008 14:49:11 +0000 Subject: [PATCH] fix winhttp_winetest svn path=/trunk/; revision=36034 --- rostests/winetests/winhttp/testlist.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rostests/winetests/winhttp/testlist.c b/rostests/winetests/winhttp/testlist.c index 1248a7cdc6a..0830226693f 100644 --- a/rostests/winetests/winhttp/testlist.c +++ b/rostests/winetests/winhttp/testlist.c @@ -6,8 +6,10 @@ #define STANDALONE #include "wine/test.h" +extern void func_winhttp(void); const struct test winetest_testlist[] = { - { 0, 0 } + { "winhttp", func_winhttp }, + { 0, 0 } };