mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
551ab97f99
- Sync to Wine 1.3.37 svn path=/trunk/; revision=56190
18 lines
327 B
C
18 lines
327 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_reader(void);
|
|
extern void func_writer(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "reader", func_reader },
|
|
{ "writer", func_writer },
|
|
{ 0, 0 }
|
|
};
|