X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af1337b041be734b7e64bcf7a06086268ae6895e..1d390a62f9b4992923616796b14b8d0a40078a7b:/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