Explorar o código

r9080@totoro: nickm | 2006-10-19 11:00:16 -0400
Oops, forgot the patch: Use corect macro to detect cygwin builds (patch from Pei Hanru)


svn:r8754

Nick Mathewson %!s(int64=18) %!d(string=hai) anos
pai
achega
df40c2e1ca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/or.h

+ 1 - 1
src/or/or.h

@@ -80,7 +80,7 @@
 
 /** Upper bound on maximum simultaneous connections; can be lowered by
  * config file. */
-#ifdef CYGWIN
+#if defined(CYGWIN) || defined(__CYGWIN__)
 /* http://archives.seul.org/or/talk/Aug-2006/msg00210.html */
 #define MAXCONNECTIONS 3200
 #else