mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
2d1542bad0
* Fix MSVC build. * Speedup build. * Pierre, can you please consult with me before stepping on my toes (with improper syncs) ? svn path=/trunk/; revision=60471
12 lines
227 B
C
12 lines
227 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_psapi_main(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "psapi_main", func_psapi_main },
|
|
{ 0, 0 }
|
|
};
|