On 08/24/2018 09:17 PM, Alexandre Julliard wrote:
Nikolay Sivov nsivov@codeweavers.com writes:
From: Fabian Maurer dark.shadow4@web.de
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
Extended to cover more redirected classes.
dlls/comctl32/tests/misc.c | 9 +++++++++ 1 file changed, 9 insertions(+)
This fails here:
../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so misc && touch misc.ok misc.c:364: Test failed: Failed to create window for class ComboBox. misc.c:366: Test failed: Unexpected class name Button, expected ComboBox. make: *** [Makefile:590: misc.ok] Error 2
Sorry about that, was almost sure I ran the test. Apparently you can't create WS_VISIBLE ComboBox without a parent window in Wine, and it works on Windows.