mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
33c6673cfb
svn path=/trunk/; revision=26014
28 lines
640 B
C
Executable file
28 lines
640 B
C
Executable file
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
|
|
#define STANDALONE
|
|
#include "wine/test.h"
|
|
|
|
extern void func_clist(void);
|
|
extern void func_clsid(void);
|
|
extern void func_generated(void);
|
|
extern void func_ordinal(void);
|
|
extern void func_path(void);
|
|
extern void func_shreg(void);
|
|
extern void func_string(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "clist", func_clist },
|
|
// { "clsid", func_clsid },
|
|
// { "generated", func_generated },
|
|
{ "ordinal", func_ordinal },
|
|
// { "path", func_path },
|
|
{ "shreg", func_shreg },
|
|
{ "string", func_string },
|
|
{ 0, 0 }
|
|
};
|