]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/slider.h
added fix for MSL under Win32 (by Steve Hartwell)
[wxWidgets.git] / include / wx / gtk1 / slider.h
index acc01928b18665366d6f24ba46174218baf14dbc..945c726ededcf7915ed8bd2f5dd675a8a7fca5ef 100644 (file)
@@ -3,14 +3,14 @@
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __GTKSLIDERH__
 #define __GTKSLIDERH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif