X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90e2cbf780751a69e723e20057222ab2f2e46088..f1e269209afbcbec4e46ab5df4ba43d902a6bf2f:/src/common/ffile.cpp diff --git a/src/common/ffile.cpp b/src/common/ffile.cpp index b0ea50034e..95105fbfed 100644 --- a/src/common/ffile.cpp +++ b/src/common/ffile.cpp @@ -6,7 +6,7 @@ // Created: 14.07.99 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "ffile.h" #endif