Redeffined linux -> __linux__ and __x86_64 -> __x86_64__

This commit is contained in:
Jiri Vanek 2020-12-17 13:34:57 +01:00
parent 1b5d0082c3
commit 1175043de1

View File

@ -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
+