Reported-By: Alexander Leithner <aleithner(a)level101.at>
Signed-off-by: Marcus Meissner <marcus(a)jet.franken.de>
--
v2: configure.ac: avoid problems with -Werror=return-type in check
https://gitlab.winehq.org/wine/wine/-/merge_requests/7753
Implementation and test function for ADsBuildVarArrayInt, using ADsBuildVarArrayStr as reference.
- /dlls/activeds/activeds_main.c
- /dlls/activeds/tests/activeds.c
- /include/adshlp.h
--
v3: activeds/tests: enable
https://gitlab.winehq.org/wine/wine/-/merge_requests/7752
Implementation and test function for ADsBuildVarArrayInt, using ADsBuildVarArrayStr as reference.
- /dlls/activeds/activeds_main.c
- /dlls/activeds/tests/activeds.c
- /include/adshlp.h
--
v2: activeds/tests: consistent types
https://gitlab.winehq.org/wine/wine/-/merge_requests/7752
Implementation and test function for ADsBuildVarArrayInt, using ADsBuildVarArrayStr as reference.
- /dlls/activeds/activeds_main.c
- /dlls/activeds/tests/activeds.c
- /include/adshlp.h
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/7752
Wine starts processes non-elevated since e92ba2de43d7afbe0704b11b29f7c30f44dfaeca
but some installers exit prematurely when not elevated.
The elevation mechanism is taken from 8cc22a60c304fc1398fab1ce8413b2b81fc2ccec.
Would this be an acceptable extension?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/7751