mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
4cae736aa1
* Sync to Wine 1.5.4. svn path=/trunk/; revision=56600
18 lines
360 B
C
18 lines
360 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_autocomplete(void);
|
|
extern void func_progressdlg(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "autocomplete", func_autocomplete },
|
|
{ "progressdlg", func_progressdlg },
|
|
{ 0, 0 }
|
|
};
|