mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
17 lines
349 B
C
17 lines
349 B
C
/* Automatically generated by make depend; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_drawdib(void);
|
|
extern void func_mciwnd(void);
|
|
extern void func_msvfw(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "drawdib", func_drawdib },
|
|
{ "mciwnd", func_mciwnd },
|
|
{ "msvfw", func_msvfw },
|
|
{ 0, 0 }
|
|
};
|