mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
21 lines
469 B
C
21 lines
469 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_main(void);
|
|
extern void func_negotiate(void);
|
|
extern void func_ntlm(void);
|
|
extern void func_schannel(void);
|
|
extern void func_secur32(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "main", func_main },
|
|
{ "negotiate", func_negotiate },
|
|
{ "ntlm", func_ntlm },
|
|
{ "schannel", func_schannel },
|
|
{ "secur32", func_secur32 },
|
|
{ 0, 0 }
|
|
};
|