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