Use #ifdef, not #if, to check for __WXGTK26__ symbol.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 27 May 2011 09:46:27 +0000 (09:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 27 May 2011 09:46:27 +0000 (09:46 +0000)
commit2f5dec2e529ab6698c0dae47688223297f749412
tree5836f490b6a9ed4ff18c7ad9d60a171b5621e9bb
parent2077a6ad23134e20bf0299532a632040086358a1
Use #ifdef, not #if, to check for __WXGTK26__ symbol.

This fixes gcc warning given if __WXGTK26__ is not defined (which almost never
happens nowadays but still).

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