summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/getopt.c')
-rw-r--r--Build/source/texk/kpathsea/getopt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/getopt.c b/Build/source/texk/kpathsea/getopt.c
index d1fc9864de5..04c1e21cb26 100644
--- a/Build/source/texk/kpathsea/getopt.c
+++ b/Build/source/texk/kpathsea/getopt.c
@@ -73,13 +73,11 @@
#endif
#endif
-#if defined (WIN32) && !defined (__CYGWIN32__)
+#if defined (WIN32) && !defined (__CYGWIN__)
/* It's not Unix, really. See? Capital letters. */
#include <stdlib.h>
#include <windows.h>
-#ifdef getpid
#undef getpid
-#endif
#define getpid() GetCurrentProcessId()
#endif