mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
36d6872c29
sync hlink_winetest to wine 1.1.39 svn path=/trunk/; revision=45799
17 lines
336 B
C
17 lines
336 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_hlink(void);
|
|
extern void func_browse_ctx(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "browse_ctx", func_browse_ctx },
|
|
{ "hlink", func_hlink },
|
|
{ 0, 0 }
|
|
};
|