diff lib-src/getopt.c @ 288:e11d67e05968 r21-0b42

Import from CVS: tag r21-0b42
author cvs
date Mon, 13 Aug 2007 10:35:54 +0200
parents 084402c475ba
children 74fd4e045ea6
line wrap: on
line diff
--- a/lib-src/getopt.c	Mon Aug 13 10:35:07 2007 +0200
+++ b/lib-src/getopt.c	Mon Aug 13 10:35:54 2007 +0200
@@ -76,6 +76,7 @@
 #if defined (WIN32) && !defined (__CYGWIN32__)
 /* It's not Unix, really.  See?  Capital letters.  */
 #include <windows.h>
+#undef getpid
 #define getpid() GetCurrentProcessId()
 #endif