mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 04:35:44 +00:00
automatically generated from GPLed version
This commit is contained in:
parent
f0239bb0af
commit
c495345f7c
1 changed files with 1 additions and 1 deletions
2
getopt.c
2
getopt.c
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue