Fix test for Windows in the new wxExecute() unit test.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 Jul 2013 00:27:50 +0000 (00:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 Jul 2013 00:27:50 +0000 (00:27 +0000)
commit431b8364e61bb3dae2640aa8b87d2226812fab5e
tree91d9804d70b1fcc0d51a632579d816392001a309
parenta352fbb04484aae61bbfa561773b222b35a48eeb
Fix test for Windows in the new wxExecute() unit test.

TestOverlappedSyncExecute() doesn't currently pass under Windows and was
supposed to not be executed there but was, in console test, as __WXMSW__ is
not defined in this case, only __WINDOWS__ is (as there is no GUI toolkit in
the console applications).

See #10258.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/exec/exec.cpp