]> git.saurik.com Git - wxWidgets.git/commitdiff
correcting typo in previous commit
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 28 Sep 2011 09:46:02 +0000 (09:46 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 28 Sep 2011 09:46:02 +0000 (09:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk1/sockgtk.cpp

index 9051ff7c8e9bd2f961ca0c5a740e1b23b502e164..e5b0861e866e90836f1204cb3dd918bc0821ee50 100644 (file)
@@ -11,7 +11,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