X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32a0d013e90921f74c3cc566f509f5e19a0a74f7..a63d48fa138e9eaa3079172ace9a804ba5b0415e:/src/common/textfile.cpp 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