Redeffined linux -> __linux__ and __x86_64 -> __x86_64__
This commit is contained in:
parent
1b5d0082c3
commit
1175043de1
@ -106,7 +106,7 @@ diff -r 25e94aa812b2 src/share/bin/main.c
|
||||
|
||||
#include "defines.h"
|
||||
|
||||
+#if defined(linux) && defined(__x86_64)
|
||||
+#if defined(__linux__) && defined(__x86_64__)
|
||||
+#include "alt_main.h"
|
||||
+#endif
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user