1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

* coop-defs.h: fix various preprocessor usages of new public

symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.
This commit is contained in:
Rob Browning 2003-03-27 20:06:01 +00:00
parent d96208cc72
commit 277ee0fa4c

View 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