X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af1337b041be734b7e64bcf7a06086268ae6895e..05df0f1bc76be62a464a6b7dec10a35c2019b990:/samples/xrc/myframe.h?ds=sidebyside diff --git a/samples/xrc/myframe.h b/samples/xrc/myframe.h index c2246335b5..33ee6bd4bb 100644 --- a/samples/xrc/myframe.h +++ b/samples/xrc/myframe.h @@ -18,7 +18,7 @@ // GCC interface //----------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "myframe.h" #endif