mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-27 10:57:22 +08:00
Allow defining custom SDL_SINT64_C and SDL_UINT64_C macros (#11315)
This commit is contained in:
@@ -256,6 +256,8 @@ void *alloca(size_t);
|
|||||||
(SDL_static_cast(Uint32, SDL_static_cast(Uint8, (C))) << 16) | \
|
(SDL_static_cast(Uint32, SDL_static_cast(Uint8, (C))) << 16) | \
|
||||||
(SDL_static_cast(Uint32, SDL_static_cast(Uint8, (D))) << 24))
|
(SDL_static_cast(Uint32, SDL_static_cast(Uint8, (D))) << 24))
|
||||||
|
|
||||||
|
#if !(defined(SDL_SINT64_C) && defined(SDL_UINT64_C))
|
||||||
|
|
||||||
#ifdef SDL_WIKI_DOCUMENTATION_SECTION
|
#ifdef SDL_WIKI_DOCUMENTATION_SECTION
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -298,6 +300,8 @@ void *alloca(size_t);
|
|||||||
#define SDL_UINT64_C(c) c ## ULL
|
#define SDL_UINT64_C(c) c ## ULL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* !(defined(SDL_SINT64_C) && defined(SDL_UINT64_C)) */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \name Basic data types
|
* \name Basic data types
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user