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