mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +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:
parent
72bcac3966
commit
12fb20e55b
1 changed files with 2 additions and 1 deletions
|
@ -44,8 +44,9 @@
|
||||||
* whether to permit this exception to apply to your modifications.
|
* whether to permit this exception to apply to your modifications.
|
||||||
* If you do not wish that, delete this exception notice. */
|
* 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>
|
# include <winsock2.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue