mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
2f6bcbb66c
-add imagehlp_winetest svn path=/trunk/; revision=50922
17 lines
330 B
C
17 lines
330 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_image(void);
|
|
extern void func_integrity(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "image", func_image },
|
|
{ "integrity", func_integrity },
|
|
{ 0, 0 }
|
|
};
|