X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32a0d013e90921f74c3cc566f509f5e19a0a74f7..6dd18972d509fce16afa05eba194ca21db2c48f3:/src/common/textfile.cpp?ds=inline diff --git a/src/common/textfile.cpp b/src/common/textfile.cpp index fd7b30c50e..28593b36f5 100644 --- a/src/common/textfile.cpp +++ b/src/common/textfile.cpp @@ -6,14 +6,14 @@ // Created: 03.04.98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ // headers // ============================================================================ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "textfile.h" #endif