X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/687dcff3a46a55c11851b1cabdbbbef5492a2f5f..34dceb471562e2bf2cc85c4792cde3faf555af40:/src/generic/vscroll.cpp diff --git a/src/generic/vscroll.cpp b/src/generic/vscroll.cpp index 49545e7aba..fa8bf24b05 100644 --- a/src/generic/vscroll.cpp +++ b/src/generic/vscroll.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "vscroll.h" #endif