Skip to content

Commit 7cdb1fc

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 6b285f1 commit 7cdb1fc

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
@@ -198,7 +198,6 @@
198198
#elif defined(_MSC_VER) && _MSC_VER < 1400
199199

200200
/* Variadic macros are not supported */
201-
#define SDL_ELF_NOTE_DLOPEN
202201

203202
#else
204203

0 commit comments

Comments
 (0)