// Author: Vadim Zeitlin
// Modified by:
// Created: 17.09.2003
-// RCS-ID: $Id$
// Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// compilation errors in e.g. wx/scopeguard.h with at least g++ 4
#if !wxUSE_EXCEPTIONS || \
(defined(__GNUG__) && !defined(__EXCEPTIONS))
- #define wxNO_EXCEPTIONS
+ #ifndef wxNO_EXCEPTIONS
+ #define wxNO_EXCEPTIONS
+ #endif
#endif
#ifdef wxNO_EXCEPTIONS