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 } };