mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
2cdfc40af8
Make it use apitest.h svn path=/trunk/; revision=60316
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 }
|
|
};
|