]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/tooltip.h
Removed 16-bit conditional compilation
[wxWidgets.git] / include / wx / gtk1 / tooltip.h
index 9d92dd3f6f651defd24aa5904994d339788b2458..06d1df3b32a1eeacd784d97ab61a1bcf87463568 100644 (file)
@@ -3,14 +3,14 @@
 // Purpose:     wxToolTip class
 // Author:      Robert Roebling
 // Id:          $Id$
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __GTKTOOLTIPH__
 #define __GTKTOOLTIPH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface
 #endif