]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/popupcmn.cpp
warning about standard controls
[wxWidgets.git] / src / common / popupcmn.cpp
index 5150d08a04df72e8de12d27e044499195f46d15d..e29d8d2619b49e72bfbc455017f3c01448be6b4a 100644 (file)
@@ -259,7 +259,7 @@ void wxPopupTransientWindow::Popup(wxWindow *winFocus)
     // subclass the window which has the focus, and not winFocus passed in or
     // otherwise everything else breaks down
     m_focus = FindFocus();
-#elif __WXGTK__
+#elif defined(__WXGTK__)
     // GTK+ catches the activate events from the popup
     // window, not the focus events from the child window
     m_focus = this;