1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

* win32-socket.h: #include "libguile/__scm.h". Replace usage of

HAVE_WINSOCK2_H with SCM_HAVE_WINSOCK2_H.
This commit is contained in:
Rob Browning 2003-03-26 00:02:03 +00:00
parent 72bcac3966
commit 12fb20e55b

View 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