s/TCP/ECL_TCP/ among preprocessor defines

This commit is contained in:
Pritam Baral 2020-09-09 20:41:27 +00:00
parent 6ff3b2b86b
commit a1b2909b8a
9 changed files with 15 additions and 15 deletions

View file

@ -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