]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vscroll.h
removed GSocket_[Un]Streamed(), GSocket_SetNonOriented() must be used instead
[wxWidgets.git] / include / wx / vscroll.h
index 38f3a9a61576fd73b9ea2e9e2e1b9537972911f3..6ea2b08393cc033e3d884e718ab2e8d95e965a3a 100644 (file)
@@ -5,14 +5,14 @@
 // Modified by:
 // Created:     30.05.03
 // RCS-ID:      $Id$
-// Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
+// Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_VSCROLL_H_
 #define _WX_VSCROLL_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "vscroll.h"
 #endif