X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af1337b041be734b7e64bcf7a06086268ae6895e..bdc408c4c6bfdfe743372bbd090224f293e91d07:/contrib/samples/xrc/xrcdemo.h diff --git a/contrib/samples/xrc/xrcdemo.h b/contrib/samples/xrc/xrcdemo.h index c201be31b4..d41a649ddc 100644 --- a/contrib/samples/xrc/xrcdemo.h +++ b/contrib/samples/xrc/xrcdemo.h @@ -18,7 +18,7 @@ // GCC interface //----------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "xrcdemo.h" #endif