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