Skip to content

Commit 5e65ffc

Browse files
committed
dlopennote: don't define SDL_ELF_NOTE_DLOPEN when variadic macro's are not supported
Guard with #ifdef SDL_ELF_NOTE_DLOPEN when using older toolchains
1 parent dc442ef commit 5e65ffc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/SDL3/SDL_dlopennote.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@
219219
#elif defined(_MSC_VER) && _MSC_VER < 1400
220220

221221
/* Variadic macros are not supported */
222-
#define SDL_ELF_NOTE_DLOPEN
223222

224223
#else
225224

0 commit comments

Comments
 (0)