wxwidgets/tests/exec
Vadim Zeitlin a1d9eecc7a Avoid failures in wxKill() unit tests under Windows 11
Apparently notepad can't be killed by sending WM_QUIT to its process
under Windows 11 because the process we launch is not actually the GUI
process showing the notepad window but some helper parent process.

Work around this by launching mspaint, which can still be killed by
wxKill(), instead.

Closes #23365.
2023-04-01 19:14:18 +02:00
..
exec.cpp Avoid failures in wxKill() unit tests under Windows 11 2023-04-01 19:14:18 +02:00