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