aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/getopt.c
diff options
context:
space:
mode:
authorPaul Eggert1997-08-14 02:16:15 +0000
committerPaul Eggert1997-08-14 02:16:15 +0000
commit3d620bbb7d1ebf375bc73171cae9d7efb9f4f43d (patch)
treed87a9adad731744e159435ff8ad8fde9aef6ca51 /lib-src/getopt.c
parentc9411d2f035ff9aa297aa53f8abf5337186e9a57 (diff)
downloademacs-3d620bbb7d1ebf375bc73171cae9d7efb9f4f43d.tar.gz
emacs-3d620bbb7d1ebf375bc73171cae9d7efb9f4f43d.zip
automatically generated from GPLed version
Diffstat (limited to 'lib-src/getopt.c')
-rw-r--r--lib-src/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/getopt.c b/lib-src/getopt.c
index f622fc375ee..231e5ee6849 100644
--- a/lib-src/getopt.c
+++ b/lib-src/getopt.c
@@ -79,7 +79,7 @@
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()