mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-12 01:15:39 +00:00
Fix -Wundef warnings due to use of unguarded SDL_LOADSO_DISABLED
This commit is contained in:
parent
0c3777d566
commit
4e5f9b0419
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include "SDL_internal.h"
|
||||
|
||||
#if SDL_VIDEO_VULKAN
|
||||
#if SDL_LOADSO_DISABLED || SDL_LOADSO_DUMMY
|
||||
#if defined(SDL_LOADSO_DISABLED) || SDL_LOADSO_DUMMY
|
||||
#error You should not be here.
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue