Mercurial > emacs
changeset 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 | ce11e3471a36 |
children | 7edc045d085a |
files | lib-src/getopt.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/getopt.c Wed Aug 13 19:39:39 1997 +0000 +++ b/lib-src/getopt.c Thu Aug 14 02:16:15 1997 +0000 @@ -79,7 +79,7 @@ #endif #endif -#if defined (WIN32) && !defined (__CYGWIN32__) +#if defined (_WINDOWS32) && !defined (__CYGWIN32__) /* It's not Unix, really. See? Capital letters. */ #include <windows.h> #define getpid() GetCurrentProcessId()