mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
83c857dfd3
svn path=/trunk/; revision=30896
16 lines
265 B
C
16 lines
265 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_system(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "system", func_system },
|
|
{ 0, 0 }
|
|
};
|