]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/textbuf.cpp
Added wxBitmap::Rescale() from 2_4
[wxWidgets.git] / src / common / textbuf.cpp
index 629976253e35bf55c84e54389812c3910f487fe6..e77cf8be0d609e681df497a30c3ea31f4b4d6164 100644 (file)
@@ -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