mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
s/TCP/ECL_TCP/ among preprocessor defines
This commit is contained in:
parent
6ff3b2b86b
commit
a1b2909b8a
9 changed files with 15 additions and 15 deletions
|
|
@ -76,8 +76,8 @@
|
|||
#define ECL_LIBATOMIC_OPS_H
|
||||
|
||||
/* Network streams */
|
||||
#define TCP 1
|
||||
#if defined(TCP) && (defined(_MSC_VER) || defined(mingw32))
|
||||
#define ECL_TCP 1
|
||||
#if defined(ECL_TCP) && (defined(_MSC_VER) || defined(mingw32))
|
||||
# define ECL_WSOCK
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue