mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
e0cf48f17f
* Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=62884
41 lines
1 KiB
C
41 lines
1 KiB
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_base64(void);
|
|
extern void func_cert(void);
|
|
extern void func_chain(void);
|
|
extern void func_crl(void);
|
|
extern void func_ctl(void);
|
|
extern void func_encode(void);
|
|
extern void func_main(void);
|
|
extern void func_message(void);
|
|
extern void func_msg(void);
|
|
extern void func_object(void);
|
|
extern void func_oid(void);
|
|
extern void func_protectdata(void);
|
|
extern void func_sip(void);
|
|
extern void func_store(void);
|
|
extern void func_str(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "base64", func_base64 },
|
|
{ "cert", func_cert },
|
|
{ "chain", func_chain },
|
|
{ "crl", func_crl },
|
|
{ "ctl", func_ctl },
|
|
{ "encode", func_encode },
|
|
{ "main", func_main },
|
|
{ "message", func_message },
|
|
{ "msg", func_msg },
|
|
{ "object", func_object },
|
|
{ "oid", func_oid },
|
|
{ "protectdata", func_protectdata },
|
|
{ "sip", func_sip },
|
|
{ "store", func_store },
|
|
{ "str", func_str },
|
|
{ 0, 0 }
|
|
};
|