mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
Import the following Wine commits: oleaut32: Implement LPSAFEARRAY user marshal interface marshaling. https://gitlab.winehq.org/wine/wine/-/commit/a1f2b44a1bf9ecbcf772aa8509f87c2be1ccc415 oleaut32/tests: Add tests for LPSAFEARRAY user marshal interface marshaling. https://gitlab.winehq.org/wine/wine/-/commit/b2574278f7ab6709b920f562bb03f23073827327 containing the implementation itself and a test for it. Fixes: 1) improperly displayed comboboxes with OS type and version selection, 2) failure to save/load virtual machine settings in/from XML file in VirtualBox 3.0.0 - 4.0.36 versions and 3) improperly displayed comboboxes in 3DMark2001. As result, this also allows to create and start a virtual machine(s) in VirtualBox up to 3.0.8 version. For newer VirtualBox versions, another fix is required. CORE-8418, CORE-11254, CORE-14507, CORE-17980, CORE-18496, CORE-20015