mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-30 21:37:43 +08:00
Allow SDL_oldnames.h to be completely disabled
This commit is contained in:
@@ -362,7 +362,7 @@
|
|||||||
#define SDL_GetPointDisplayIndex SDL_GetDisplayIndexForPoint
|
#define SDL_GetPointDisplayIndex SDL_GetDisplayIndexForPoint
|
||||||
#define SDL_GetRectDisplayIndex SDL_GetDisplayIndexForRect
|
#define SDL_GetRectDisplayIndex SDL_GetDisplayIndexForRect
|
||||||
|
|
||||||
#else /* !SDL_ENABLE_OLD_NAMES */
|
#elif !defined(SDL_DISABLE_OLD_NAMES)
|
||||||
|
|
||||||
/* ##SDL_audio.h */
|
/* ##SDL_audio.h */
|
||||||
#define SDL_AudioStreamAvailable SDL_AudioStreamAvailable_renamed_SDL_GetAudioStreamAvailable
|
#define SDL_AudioStreamAvailable SDL_AudioStreamAvailable_renamed_SDL_GetAudioStreamAvailable
|
||||||
|
|||||||
Reference in New Issue
Block a user