Mercurial > hg > xemacs-beta
comparison lib-src/getopt.c @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 84b14dcb0985 |
children | 061f4f90f874 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
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 |