2010-07-06 09:44:43 +00:00
|
|
|
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
|
|
#include <windows.h>
|
|
|
|
|
|
|
|
#define STANDALONE
|
|
|
|
#include "wine/test.h"
|
|
|
|
|
2012-03-15 20:15:43 +00:00
|
|
|
extern void func_atl_ax(void);
|
2010-07-06 09:44:43 +00:00
|
|
|
extern void func_module(void);
|
2012-03-15 20:15:43 +00:00
|
|
|
extern void func_registrar(void);
|
2010-07-06 09:44:43 +00:00
|
|
|
|
|
|
|
const struct test winetest_testlist[] =
|
|
|
|
{
|
2012-03-15 20:15:43 +00:00
|
|
|
{ "atl_ax", func_atl_ax },
|
2010-07-06 09:44:43 +00:00
|
|
|
{ "module", func_module },
|
2012-03-15 20:15:43 +00:00
|
|
|
{ "registrar", func_registrar },
|
2010-07-06 09:44:43 +00:00
|
|
|
{ 0, 0 }
|
|
|
|
};
|