hack comdlg32/filedlg.c

This commit is contained in:
Timo Kreuzer 2023-01-05 18:52:06 +02:00
parent 68ab372241
commit 2436f57fd5

View file

@ -1335,7 +1335,9 @@ START_TEST(filedlg)
test_DialogCancel();
test_create_view_window2();
test_create_view_template();
#ifndef _M_AMD64 // FIXME: rsrc section is RO in MSVC builds, it somehow works on 2k3 x64
test_arrange();
#endif
test_resize();
test_ok();
test_getfolderpath();