summaryrefslogtreecommitdiff
path: root/src/pal/src/exception/seh-unwind.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/src/exception/seh-unwind.cpp')
-rw-r--r--src/pal/src/exception/seh-unwind.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pal/src/exception/seh-unwind.cpp b/src/pal/src/exception/seh-unwind.cpp
index 333544379a..ee33f7a83a 100644
--- a/src/pal/src/exception/seh-unwind.cpp
+++ b/src/pal/src/exception/seh-unwind.cpp
@@ -29,15 +29,15 @@ Abstract:
#include <exception>
#if HAVE_LIBUNWIND_H
-#ifndef __LINUX__
+#ifndef __linux__
#define UNW_LOCAL_ONLY
-#endif // !__LINUX__
+#endif // !__linux__
#include <libunwind.h>
-#ifdef __LINUX__
+#ifdef __linux__
#ifdef HAVE_LIBUNWIND_PTRACE
#include <libunwind-ptrace.h>
#endif // HAVE_LIBUNWIND_PTRACE
-#endif // __LINUX__
+#endif // __linux__
#endif // HAVE_LIBUNWIND_H