mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
fix winhttp_winetest
svn path=/trunk/; revision=36034
This commit is contained in:
parent
be700b4487
commit
77a43e8afd
1 changed files with 3 additions and 1 deletions
|
@ -6,8 +6,10 @@
|
|||
#define STANDALONE
|
||||
#include "wine/test.h"
|
||||
|
||||
extern void func_winhttp(void);
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
{ "winhttp", func_winhttp },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue