mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
bdf445d754
svn path=/trunk/; revision=73242
12 lines
189 B
C
12 lines
189 B
C
#define __ROS_LONG64__
|
|
|
|
#define STANDALONE
|
|
#include <apitest.h>
|
|
|
|
extern void func_wlanapi(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "wlanapi", func_wlanapi },
|
|
{ 0, 0 }
|
|
};
|