comparison lib-src/getopt.c @ 19341:2d0fcaa59e1b make-3-75-92

automatically generated from GPLed version
author Paul Eggert <eggert@twinsun.com>
date Thu, 14 Aug 1997 02:16:15 +0000
parents 2ef01cc793bf
children 7edc045d085a
comparison
equal deleted inserted replaced
19340:ce11e3471a36 19341:2d0fcaa59e1b
77 #if HAVE_STRING_H - 0 77 #if HAVE_STRING_H - 0
78 #include <string.h> 78 #include <string.h>
79 #endif 79 #endif
80 #endif 80 #endif
81 81
82 #if defined (WIN32) && !defined (__CYGWIN32__) 82 #if defined (_WINDOWS32) && !defined (__CYGWIN32__)
83 /* It's not Unix, really. See? Capital letters. */ 83 /* It's not Unix, really. See? Capital letters. */
84 #include <windows.h> 84 #include <windows.h>
85 #define getpid() GetCurrentProcessId() 85 #define getpid() GetCurrentProcessId()
86 #endif 86 #endif
87 87