]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/os/mswindows.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / compat / os / mswindows.h
index 2e79c4f76f3b293f1c95a9a49c60f0043258b62f..008aa781e482488f8cc9841eac0654c3cdd43359 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -358,6 +358,9 @@ typedef char * caddr_t;
 #ifndef ENOTSUP
 #define ENOTSUP WSAEOPNOTSUPP
 #endif
+#ifndef ECONNABORTED
+#define ECONNABORTED WSAECONNABORTED
+#endif
 
 #undef h_errno
 #define h_errno errno /* we'll set it ourselves */