mirror of
https://github.com/frida/tinycc
synced 2025-01-11 14:19:19 +03:00
Remove empty conditional _WIN32 code
This commit is contained in:
parent
d052f609fe
commit
d39c49db2d
@ -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 New Issue
Block a user