mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-02 23:26:04 +02:00
Fix -Wundef warnings due to use of unguarded SDL_LOADSO_DUMMY
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "SDL_internal.h"
|
||||
|
||||
#if SDL_VIDEO_VULKAN
|
||||
#if defined(SDL_LOADSO_DISABLED) || SDL_LOADSO_DUMMY
|
||||
#if defined(SDL_LOADSO_DISABLED) || defined(SDL_LOADSO_DUMMY)
|
||||
#error You should not be here.
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user