mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
14 lines
202 B
C
14 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 }
|
|
};
|