mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
1a6f523e01
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
6 lines
221 B
CMake
6 lines
221 B
CMake
|
|
add_executable(reg_winetest add.c copy.c delete.c export.c import.c query.c testlist.c)
|
|
set_module_type(reg_winetest win32cui)
|
|
add_importlibs(reg_winetest advapi32 msvcrt kernel32)
|
|
add_rostests_file(TARGET reg_winetest)
|