mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
20 lines
392 B
C
20 lines
392 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_advpack(void);
|
||
|
extern void func_files(void);
|
||
|
extern void func_install(void);
|
||
|
|
||
|
const struct test winetest_testlist[] =
|
||
|
{
|
||
|
{ "advpack", func_advpack },
|
||
|
{ "files", func_files },
|
||
|
{ "install", func_install },
|
||
|
{ 0, 0 }
|
||
|
};
|