Fix checks for Cygwin-related macros.
[oweals/tinc.git] / src / getopt.c
index 1f6c27b5366a844cf289c0148fd34249770e4f76..741c7f2b01f84d25860a2384facc998013b574db 100644 (file)
@@ -83,7 +83,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #endif
 #endif
 
-#if defined (WIN32) && !defined (__CYGWIN32__32)
+#if defined (WIN32) && !defined (__CYGWIN32__)
 /* It's not Unix, really.  See?  Capital letters.  */
 #include <windows.h>
 #define getpid() GetCurrentProcessId()