Remove empty conditional _WIN32 code
This commit is contained in:
parent
d052f609fe
commit
d39c49db2d
1 changed files with 0 additions and 3 deletions
|
@ -3,9 +3,6 @@
|
|||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#endif
|
||||
|
||||
#if __linux__ || __APPLE__
|
||||
#define SYS_WHICH_NM "which nm >/dev/null 2>&1"
|
||||
#define TCC_COMPILER "../../tcc"
|
||||
|
|
Loading…
Reference in a new issue