mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
c0f989c66a
- Sync to Wine 1.3.32 svn path=/trunk/; revision=54290
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_editor(void);
|
|
extern void func_richole(void);
|
|
extern void func_txtsrv(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "editor", func_editor },
|
|
{ "richole", func_richole },
|
|
{ "txtsrv", func_txtsrv },
|
|
{ 0, 0 }
|
|
};
|