* win32-socket.h: #include "libguile/__scm.h". Replace usage of
authorRob Browning <rlb@defaultvalue.org>
Wed, 26 Mar 2003 00:02:03 +0000 (00:02 +0000)
committerRob Browning <rlb@defaultvalue.org>
Wed, 26 Mar 2003 00:02:03 +0000 (00:02 +0000)
HAVE_WINSOCK2_H with SCM_HAVE_WINSOCK2_H.

libguile/win32-socket.h

index adbe2c5..ad7d9a3 100644 (file)
@@ -44,8 +44,9 @@
  * whether to permit this exception to apply to your modifications.
  * If you do not wish that, delete this exception notice.  */
 
+#include "libguile/__scm.h"
 
-#if HAVE_WINSOCK2_H
+#ifdef SCM_HAVE_WINSOCK2_H
 # include <winsock2.h>
 #endif