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
A standard CD-ROM has up to 360,000 sectors that hold 2 KiB of data
each, making the total capcity 703.125 MiB. Anything larger than that is
almost certainly a DVD or a Blu-ray, and Windows does not distinguish
between those two.
There is probably some tiny DVD somewhere in the world that will still
be misdetected, but I'm not sure that issuing SCSI commands to the drive
to try to determine the disc type would be any more reliable.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57790
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/7747