X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af1337b041be734b7e64bcf7a06086268ae6895e..d1a6e2b7a103d761fbc15e0e9c1c20ab53a849d9:/samples/xrc/myframe.h 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