// Author: Mattia Barbon, Vaclav Slavik, Robert Roebling
// Modified by:
// Created: 25.03.02
-// RCS-ID: $Id$
// Copyright: (c) wxWidgets team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
return key_vector[keyCode >> 3] & (1 << (keyCode & 7));
}
+#endif // !defined(__WXGTK__) || defined(GDK_WINDOWING_X11)
+
// ----------------------------------------------------------------------------
// Launch document with default app
// ----------------------------------------------------------------------------
return false;
}
-#endif // !defined(__WXGTK__) || defined(GDK_WINDOWING_X11)
-
#endif // __WXX11__ || __WXGTK__ || __WXMOTIF__