mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
12 lines
166 B
C
12 lines
166 B
C
|
|
#define STANDALONE
|
|
#include <apitest.h>
|
|
|
|
extern void func_wlanapi(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "wlanapi", func_wlanapi },
|
|
{ 0, 0 }
|
|
};
|