Mercurial > hg > xemacs-beta
comparison lib-src/getopt.c @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | 084402c475ba |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
287:13a0bd77a29d | 288:e11d67e05968 |
---|---|
74 #endif | 74 #endif |
75 | 75 |
76 #if defined (WIN32) && !defined (__CYGWIN32__) | 76 #if defined (WIN32) && !defined (__CYGWIN32__) |
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 #define getpid() GetCurrentProcessId() | 80 #define getpid() GetCurrentProcessId() |
80 #endif | 81 #endif |
81 | 82 |
82 #ifndef _ | 83 #ifndef _ |
83 /* This is for other GNU distributions with internationalized messages. | 84 /* This is for other GNU distributions with internationalized messages. |