X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c5124240c43bd7949275aac7eb9ee7e33bc24fa7..783da8450c15fec48691411d492ad2246cba15d7:/src/common/textbuf.cpp diff --git a/src/common/textbuf.cpp b/src/common/textbuf.cpp index 629976253e..e77cf8be0d 100644 --- a/src/common/textbuf.cpp +++ b/src/common/textbuf.cpp @@ -4,14 +4,14 @@ // Created: 14.11.01 // Author: Morten Hanssen, Vadim Zeitlin // Copyright: (c) 1998-2001 wxWindows team -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ // headers // ============================================================================ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "textbuf.h" #endif