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:
parent
d96208cc72
commit
277ee0fa4c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue