mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +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
13 lines
227 B
C
13 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 }
|
|
};
|