comparison lib-src/getopt.c @ 410:de805c49cfc1 r21-2-35

Import from CVS: tag r21-2-35
author cvs
date Mon, 13 Aug 2007 11:19:21 +0200
parents 74fd4e045ea6
children 697ef44129c6
comparison
equal deleted inserted replaced
409:301b9ebbdf3b 410:de805c49cfc1
71 #if HAVE_STRING_H - 0 71 #if HAVE_STRING_H - 0
72 #include <string.h> 72 #include <string.h>
73 #endif 73 #endif
74 #endif 74 #endif
75 75
76 #if defined (WIN32) && !defined (__CYGWIN32__) 76 #if defined (WIN32_NATIVE) && !defined (CYGWIN)
77 /* It's not Unix, really. See? Capital letters. */ 77 /* It's not Unix, really. See? Capital letters. */
78 #include <windows.h> 78 #include <windows.h>
79 #undef getpid 79 #undef getpid
80 #define getpid() GetCurrentProcessId() 80 #define getpid() GetCurrentProcessId()
81 #endif 81 #endif