* coop-defs.h: fix various preprocessor usages of new public
authorRob Browning <rlb@defaultvalue.org>
Thu, 27 Mar 2003 20:06:01 +0000 (20:06 +0000)
committerRob Browning <rlb@defaultvalue.org>
Thu, 27 Mar 2003 20:06:01 +0000 (20:06 +0000)
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

libguile/coop-defs.h

index 13f826d..918713b 100644 (file)
@@ -49,7 +49,7 @@
 #include "libguile/__scm.h"
 #include "libguile/iselect.h"
 
-#ifdef SCM_HAVE_WINSOCK2_H
+#if SCM_HAVE_WINSOCK2_H
 # include <winsock2.h>
 #endif