mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
33c6673cfb
svn path=/trunk/; revision=26014
27 lines
687 B
C
27 lines
687 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
|
|
#define STANDALONE
|
|
#include "wine/test.h"
|
|
|
|
extern void func_generated(void);
|
|
extern void func_shelllink(void);
|
|
extern void func_shellpath(void);
|
|
extern void func_shlexec(void);
|
|
extern void func_shlfileop(void);
|
|
extern void func_shlfolder(void);
|
|
extern void func_string(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
// { "generated", func_generated },
|
|
{ "shelllink", func_shelllink },
|
|
{ "shellpath", func_shellpath },
|
|
{ "shlexec", func_shlexec },
|
|
{ "shlfileop", func_shlfileop },
|
|
{ "shlfolder", func_shlfolder },
|
|
{ "string", func_string },
|
|
{ 0, 0 }
|
|
};
|