reactos/modules/rostests/winetests/reg/testlist.c
Thomas Csovcsity 1a6f523e01 [WINESYNC]: reg is now in sync with wine-staging wine-6.23
Used winesync.py script, commits which needed obious adjustments have explicit
note in commit message, that it is manually adjusted. Internationalization is
skipped while automated sync and done in last manual step.

Additonal manual adjustments to compile in ros are in this commit:
- wcsupr -> _wcsupr
- only 3 arguments for swprintf, instead of 4 in wine
- disable tests for "/reg:32" and "/reg:64", because they fail on w2k3

Manually addjusted base/applications/cmdutils/reg/lang/zh-CN.rc while rebase to
actuall master (4a66cbb224) on 19.06.2022
2022-06-19 14:13:00 +02:00

23 lines
517 B
C

/* Automatically generated by make depend; DO NOT EDIT!! */
#define STANDALONE
#include <wine/test.h>
extern void func_add(void);
extern void func_copy(void);
extern void func_delete(void);
extern void func_export(void);
extern void func_import(void);
extern void func_query(void);
const struct test winetest_testlist[] =
{
{ "add", func_add },
{ "copy", func_copy },
{ "delete", func_delete },
{ "export", func_export },
{ "import", func_import },
{ "query", func_query },
{ 0, 0 }
};