mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
86b8aeb3f2
This reverts commit 7464241ada
.
14 lines
205 B
C
14 lines
205 B
C
#define __ROS_LONG64__
|
|
|
|
#define STANDALONE
|
|
#include <apitest.h>
|
|
|
|
extern void func_InternetOpen(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "InternetOpen", func_InternetOpen },
|
|
|
|
{ 0, 0 }
|
|
};
|