X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fgetopt.c;h=741c7f2b01f84d25860a2384facc998013b574db;hp=1f6c27b5366a844cf289c0148fd34249770e4f76;hb=dff4955ddec1d318a56997388f367186c5b8078c;hpb=2e83ad60d5164b57331e12c97ff9b202e74a97f1 diff --git a/src/getopt.c b/src/getopt.c index 1f6c27b5..741c7f2b 100644 --- a/src/getopt.c +++ b/src/getopt.c @@ -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 #define getpid() GetCurrentProcessId()