2007-11-29 12:54:54 +00:00
|
|
|
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
|
|
#include <windows.h>
|
|
|
|
|
|
|
|
#define STANDALONE
|
|
|
|
#include "wine/test.h"
|
|
|
|
|
Sync advapi32, gdi32, gdiplus, inetmib1, kernel32, mlang, msi, msvcrt, ntdll, oleaut32, rpcrt4, secur32, setupapi, shdocvw, shlwapi, snmpapi, twain_32, urlmon, user32, userenv, usp10, winhttp, wininet, wintrust, ws2_32 winetests to Wine 1.2rc6
svn path=/trunk/; revision=47939
2010-07-04 19:08:47 +00:00
|
|
|
extern void func_dispatch(void);
|
2007-11-29 12:54:54 +00:00
|
|
|
extern void func_olefont(void);
|
|
|
|
extern void func_olepicture(void);
|
|
|
|
extern void func_safearray(void);
|
|
|
|
extern void func_tmarshal(void);
|
|
|
|
extern void func_typelib(void);
|
|
|
|
extern void func_usrmarshal(void);
|
|
|
|
extern void func_varformat(void);
|
|
|
|
extern void func_vartest(void);
|
|
|
|
extern void func_vartype(void);
|
|
|
|
|
|
|
|
const struct test winetest_testlist[] =
|
|
|
|
{
|
Sync advapi32, gdi32, gdiplus, inetmib1, kernel32, mlang, msi, msvcrt, ntdll, oleaut32, rpcrt4, secur32, setupapi, shdocvw, shlwapi, snmpapi, twain_32, urlmon, user32, userenv, usp10, winhttp, wininet, wintrust, ws2_32 winetests to Wine 1.2rc6
svn path=/trunk/; revision=47939
2010-07-04 19:08:47 +00:00
|
|
|
{ "dispatch", func_dispatch },
|
2007-11-29 12:54:54 +00:00
|
|
|
{ "olefont", func_olefont },
|
|
|
|
{ "olepicture", func_olepicture },
|
|
|
|
{ "safearray", func_safearray },
|
|
|
|
{ "tmarshal", func_tmarshal },
|
|
|
|
{ "typelib", func_typelib },
|
|
|
|
{ "usrmarshal", func_usrmarshal },
|
|
|
|
{ "varformat", func_varformat },
|
|
|
|
{ "vartest", func_vartest },
|
|
|
|
{ "vartype", func_vartype },
|
|
|
|
{ 0, 0 }
|
|
|
|
};
|