projects
/
xmake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59dd6b0
)
Remove unneeded define checks
master
author
Robert Pengelly
<robertapengelly@hotmail.com>
Sat, 5 Apr 2025 19:55:35 +0000
(20:55 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Sat, 5 Apr 2025 19:55:35 +0000
(20:55 +0100)
xmake.c
patch
|
blob
|
history
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>