]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textbuf.h
1. added support for bitmaps with alpha channel
[wxWidgets.git] / include / wx / textbuf.h
index 753c11d10434b7a7a201944017b28bf6268285d5..b0c5dfecd30d466a0d3a5a5b2c73f685c0b0bc6e 100644 (file)
@@ -5,14 +5,14 @@
 //              differences between platforms.
 // Created:     14.11.01
 // Author:      Morten Hanssen, Vadim Zeitlin
-// Copyright:   (c) 1998-2001 wxWindows team
+// Copyright:   (c) 1998-2001 wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_TEXTBUFFER_H
 #define _WX_TEXTBUFFER_H
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "textbuf.h"
 #endif