X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da86e1776517d2403a687de08947698f5a608219..cae8f1bf03fb6d6c3e1d1578f790715388ef8ccf:/src/xrc/xh_radbx.cpp?ds=inline diff --git a/src/xrc/xh_radbx.cpp b/src/xrc/xh_radbx.cpp index efb0f72389..07a98db9b8 100644 --- a/src/xrc/xh_radbx.cpp +++ b/src/xrc/xh_radbx.cpp @@ -8,7 +8,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "xh_radbx.h" #endif @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_RADIOBOX +#if wxUSE_XRC && wxUSE_RADIOBOX #include "wx/xrc/xh_radbx.h" #include "wx/radiobox.h"