diff options
author | Christopher Faylor <me@cgf.cx> | 2004-04-15 17:38:23 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-04-15 17:38:23 +0000 |
commit | 45f41f17203df2fb756be4ae9fb4ac83c1bea087 (patch) | |
tree | 14802bb57d62b3e8708067d7b12b967b5ca4ba4f /winsup/cygwin/winsup.h | |
parent | ee0afa428ad54d071cbb47df241d6336461c1922 (diff) | |
download | cygnal-45f41f17203df2fb756be4ae9fb4ac83c1bea087.tar.gz cygnal-45f41f17203df2fb756be4ae9fb4ac83c1bea087.tar.bz2 cygnal-45f41f17203df2fb756be4ae9fb4ac83c1bea087.zip |
Check in missed file.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r-- | winsup/cygwin/winsup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 40649f1be..233458d2c 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -345,7 +345,6 @@ extern bool cygwin_testing; extern char almost_null[]; #define winsock2_active (wsadata.wVersion >= 512) -#define winsock_active (wsadata.wVersion < 512) extern struct WSAData wsadata; #endif /* defined __cplusplus */ |