X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbe0af5b15f8b8e95ed45abc2140fb3a1fac3c87..f42b1601d6a55f3c2b7e7c22894727bda70d8505:/src/gtk/accel.cpp diff --git a/src/gtk/accel.cpp b/src/gtk/accel.cpp index b15ece7379..3d161f1c31 100644 --- a/src/gtk/accel.cpp +++ b/src/gtk/accel.cpp @@ -2,7 +2,7 @@ // Name: accel.cpp // Purpose: // Author: Robert Roebling -// Id: $id$ +// Id: $id:$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -13,14 +13,9 @@ #include "wx/accel.h" -#include +#if wxUSE_ACCEL -#ifdef __WXDEBUG__ -#ifdef NULL -#undef NULL -#endif -#define NULL ((void*)0L) -#endif +#include //----------------------------------------------------------------------------- // wxAcceleratorTable @@ -94,3 +89,4 @@ int wxAcceleratorTable::GetCommand( wxKeyEvent &event ) return -1; } +#endif