]> git.saurik.com Git - wxWidgets.git/commit
Add wxEXEC_HIDE_CONSOLE flag allowing to unconditionally do it under MSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Dec 2011 20:22:55 +0000 (20:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Dec 2011 20:22:55 +0000 (20:22 +0000)
commit4fe4a7c50f6d65642adad374e3b2fc6eb5f5b58a
treefcce4c90f03f4f7ded71648ebb51be38fd28c866
parent02661032732270c8b568262ebca7f0ad050fb662
Add wxEXEC_HIDE_CONSOLE flag allowing to unconditionally do it under MSW.

Also renamed wxEXEC_NOHIDE to wxEXEC_SHOW_CONSOLE for symmetry (keeping the
old name for compatibility, of course).

Extend exec sample to allow easily testing the different flags and adding more
of them later.

See #13676.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/utils.h
interface/wx/utils.h
samples/exec/exec.cpp
src/msw/utilsexc.cpp