comparison lib-src/getopt.c @ 19767:19c8d84c0d87 make-3-76 make-3-76-1

Changes for GNU make 3.75.93.
author Paul D. Smith <psmith@BayNetworks.com>
date Fri, 05 Sep 1997 21:01:56 +0000
parents 7edc045d085a
children f63ca294822b
comparison
equal deleted inserted replaced
19766:0790c7dab24d 19767:19c8d84c0d87
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 (_WINDOWS32) && !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