mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Remove nested redundant #ifndef
This commit is contained in:
parent
ff0d9245a9
commit
735691ecd6
@ -41,9 +41,6 @@ typedef struct
|
|||||||
const char *libname;
|
const char *libname;
|
||||||
} waylanddynlib;
|
} waylanddynlib;
|
||||||
|
|
||||||
#ifndef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC
|
|
||||||
#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC NULL
|
|
||||||
#endif
|
|
||||||
#ifndef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL
|
#ifndef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL
|
||||||
#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL NULL
|
#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL NULL
|
||||||
#endif
|
#endif
|
||||||
|
@ -41,9 +41,6 @@ typedef struct
|
|||||||
const char *libname;
|
const char *libname;
|
||||||
} x11dynlib;
|
} x11dynlib;
|
||||||
|
|
||||||
#ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC
|
|
||||||
#define SDL_VIDEO_DRIVER_X11_DYNAMIC NULL
|
|
||||||
#endif
|
|
||||||
#ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT
|
#ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT
|
||||||
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT NULL
|
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT NULL
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user