// Name: accel.cpp
// Purpose:
// Author: Robert Roebling
-// Id: $id$
+// Id: $id:$
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/accel.h"
+#if wxUSE_ACCEL
+
#include <ctype.h>
//-----------------------------------------------------------------------------
return -1;
}
+#endif