mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
83c857dfd3
svn path=/trunk/; revision=30896
17 lines
321 B
C
17 lines
321 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_extract(void);
|
|
extern void func_fdi(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "extract", func_extract },
|
|
{ "fdi", func_fdi },
|
|
{ 0, 0 }
|
|
};
|