]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/sockgtk.cpp
Add test for absence of events from wxSpinCtrlDouble ctor.
[wxWidgets.git] / src / gtk1 / sockgtk.cpp
index 9051ff7c8e9bd2f961ca0c5a740e1b23b502e164..115da612baa9f12a286ae4a4fb1c0bab08bd28cd 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     implementation of wxGTK-specific socket event handling
 // Author:      Guilhem Lavaux, Vadim Zeitlin
 // Created:     1999
-// RCS-ID:      $Id$
 // Copyright:   (c) 1999, 2007 wxWidgets dev team
 //              (c) 2009 Vadim Zeitlin
 // Licence:     wxWindows licence
@@ -11,7 +10,7 @@
 
 // For compilers that support precompilation, includes "wx.h".
 
-#if defined( __VMS ) && define ( __ia64 )
+#if defined( __VMS ) && defined( __ia64 )
 // Work around for a bug in the C++ compiler on OpenVMS IA64
 # include <time.h>
 #endif