mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
d2b37f54df
Imported mstask_winetest.exe, winhttp_winetest.exe from Wine HEAD svn path=/trunk/; revision=36031
20 lines
425 B
C
20 lines
425 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_task(void);
|
|
extern void func_task_scheduler(void);
|
|
extern void func_task_trigger(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "task", func_task },
|
|
{ "task_scheduler", func_task_scheduler },
|
|
{ "task_trigger", func_task_trigger },
|
|
{ 0, 0 }
|
|
};
|