Remove unneeded define checks master
authorRobert Pengelly <robertapengelly@hotmail.com>
Sat, 5 Apr 2025 19:55:35 +0000 (20:55 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Sat, 5 Apr 2025 19:55:35 +0000 (20:55 +0100)
xmake.c

diff --git a/xmake.c b/xmake.c
index 6753d57fd91bcfa9016cfa1c565ba42450efd070..4878820bd6d11e845c7e024f8b4877f668e0a83d 100644 (file)
--- a/xmake.c
+++ b/xmake.c
@@ -320,7 +320,7 @@ static int pipe_command (const char *filename, unsigned long line_no, char *inpu
     return 0;
 
 }
-#elif   defined (_WIN32) || defined (__WIN32__) || defined (unix) || defined (__unix) || defined (__unix__) || defined (__APPLE__)
+#elif   defined (unix) || defined (__unix) || defined (__unix__) || defined (__APPLE__)
 # include       <sys/wait.h>
 # include       <errno.h>
 # include       <unistd.h>