Fix wxGTK compilation with MSVC after GTK+ 3 changes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jul 2012 22:59:14 +0000 (22:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jul 2012 22:59:14 +0000 (22:59 +0000)
commitc38373bd542fe5b38d24503f87392c9d998ae15e
treef4d73f6af22c6e9a7dd700e1df4e08ac838785d2
parentdc26e9846f6b4757db2e43485de70ba14c435a9e
Fix wxGTK compilation with MSVC after GTK+ 3 changes.

Don't use preprocessor conditions inside a macro invocation, MSVC doesn't
support this.

Closes #14448.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/window.cpp