We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbccfad commit b7791a4Copy full SHA for b7791a4
include/sentry.h
@@ -83,7 +83,7 @@ extern "C" {
83
/* IBM i PASE is also counted as AIX */
84
# define SENTRY_PLATFORM_AIX
85
# define SENTRY_PLATFORM_UNIX
86
-#elif defined(__NX__)
+#elif defined(__NX__) || defined(__OUNCE__)
87
# define SENTRY_PLATFORM_NX
88
#else
89
# error unsupported platform
0 commit comments