mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
2a026800b2
Make it use apitest.h svn path=/trunk/; revision=60315
13 lines
202 B
C
13 lines
202 B
C
#define __ROS_LONG64__
|
|
|
|
#define STANDALONE
|
|
#include <apitest.h>
|
|
|
|
extern void func_WinHttpOpen(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "WinHttpOpen", func_WinHttpOpen },
|
|
|
|
{ 0, 0 }
|
|
};
|