]> jfr.im git - solanum.git/blobdiff - librb/include/commio-int.h
MbedTLS: Adjust ciphersuite order and update documentation
[solanum.git] / librb / include / commio-int.h
index 6a4bfb874198a0b457eb82ef42b09ced61fcfc9e..cd573fef207c85eb1f2dab7ad45d7955ab310683 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: commio.h 24059 2007-07-24 17:25:41Z androsyn $
  */
 
 #ifndef _COMMIO_INT_H
@@ -88,6 +87,9 @@ struct acceptdata
 #define SetFDOpen(F)   (F->flags |= FLAG_OPEN)
 #define ClearFDOpen(F) (F->flags &= ~FLAG_OPEN)
 
+#if !defined(SHUT_RDWR) && defined(_WIN32)
+# define SHUT_RDWR SD_BOTH
+#endif
 
 struct _fde
 {