mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 13:52:16 -08:00
Do not use winsockapi in cygwin.
This commit is contained in:
parent
8b67490ab4
commit
07c4ab7db8
1 changed files with 4 additions and 0 deletions
|
|
@ -14,7 +14,11 @@
|
|||
See file '../Copyright' for full details.
|
||||
*/
|
||||
|
||||
#ifndef __CYGWIN__
|
||||
/* Recent versions of cygwin do not define fd_set when WINSOCKAPI is
|
||||
* defined */
|
||||
#define _WINSOCKAPI_
|
||||
#endif /* __CYGWIN__ */
|
||||
#include <ecl/ecl.h>
|
||||
#include <math.h> /* for inline mathematics */
|
||||
#include <ecl/ecl-inl.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue