1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

Changes for GNU make 3.75.93.

This commit is contained in:
Paul D. Smith 1997-09-05 21:01:56 +00:00
parent e83be08050
commit 84760de2b5

View File

@ -79,7 +79,7 @@ USA. */
#endif
#endif
#if defined (_WINDOWS32) && !defined (__CYGWIN32__)
#if defined (WINDOWS32) && !defined (__CYGWIN32__)
/* It's not Unix, really. See? Capital letters. */
#include <windows.h>
#define getpid() GetCurrentProcessId()