]> git.saurik.com Git - wxWidgets.git/commit
Let uiaction sample compile even if wxUSE_UIACTIONSIMULATOR==0.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Mar 2010 22:56:22 +0000 (22:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Mar 2010 22:56:22 +0000 (22:56 +0000)
commit144805406121940c36c609069334cf2794cc7b14
treecb3c71fb22c9c23440131f68d797df15c39c34ca
parent7633bfcd68d2292c21bdcb41aac952a49a4c07f0
Let uiaction sample compile even if wxUSE_UIACTIONSIMULATOR==0.

There is no way to exclude the sample from the build under Windows so make it
compile and link even if wxUSE_UIACTIONSIMULATOR==0 but just give an error
message on startup in this case instead of working as expected.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/uiaction/uiaction.cpp