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 ee622c5 commit 692c71aCopy full SHA for 692c71a
include/SDL3/SDL_dlopennote.h
@@ -93,6 +93,13 @@
93
#define SDL_ELF_NOTE_DLOPEN_PRIORITY_REQUIRED "required"
94
95
96
+#if !defined(SDL_PLATFORM_UNIX) || defined(SDL_PLATFORM_ANDROID)
97
+/* The dlopen note functionality isn't used on this platform */
98
+#ifndef SDL_DISABLE_DLOPEN_NOTES
99
+#define SDL_DISABLE_DLOPEN_NOTES
100
+#endif
101
+#endif /* SDL_PLATFORM_UNIX || SDL_PLATFORM_ANDROID */
102
+
103
#if defined(__ELF__) && !defined(SDL_DISABLE_DLOPEN_NOTES)
104
105
#include <SDL3/SDL_stdinc.h>
0 commit comments