mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:42:56 +00:00
Autosyncing with Wine HEAD
svn path=/trunk/; revision=30896
This commit is contained in:
parent
ffbe9d4a1a
commit
83c857dfd3
106 changed files with 56703 additions and 1093 deletions
21
rostests/winetests/netapi32/testlist.c
Normal file
21
rostests/winetests/netapi32/testlist.c
Normal file
|
@ -0,0 +1,21 @@
|
|||
/* Automatically generated file; DO NOT EDIT!! */
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
#define STANDALONE
|
||||
#include "wine/test.h"
|
||||
|
||||
extern void func_access(void);
|
||||
extern void func_apibuf(void);
|
||||
extern void func_ds(void);
|
||||
extern void func_wksta(void);
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
{ "access", func_access },
|
||||
{ "apibuf", func_apibuf },
|
||||
{ "ds", func_ds },
|
||||
{ "wksta", func_wksta },
|
||||
{ 0, 0 }
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue