mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-25 22:19:10 +00:00
Re-added SDL_getenv() as a thread-safe getenv() implementation
This commit is contained in:
parent
718845a33d
commit
28b94c4758
28 changed files with 374 additions and 359 deletions
|
@ -239,7 +239,6 @@ SDL3_0.0.0 {
|
|||
SDL_GetBasePath;
|
||||
SDL_GetBooleanProperty;
|
||||
SDL_GetCPUCacheLineSize;
|
||||
SDL_GetNumLogicalCPUCores;
|
||||
SDL_GetCameraDriver;
|
||||
SDL_GetCameraFormat;
|
||||
SDL_GetCameraID;
|
||||
|
@ -414,6 +413,7 @@ SDL3_0.0.0 {
|
|||
SDL_GetNumJoystickBalls;
|
||||
SDL_GetNumJoystickButtons;
|
||||
SDL_GetNumJoystickHats;
|
||||
SDL_GetNumLogicalCPUCores;
|
||||
SDL_GetNumRenderDrivers;
|
||||
SDL_GetNumVideoDrivers;
|
||||
SDL_GetNumberProperty;
|
||||
|
@ -1029,6 +1029,7 @@ SDL3_0.0.0 {
|
|||
SDL_fmod;
|
||||
SDL_fmodf;
|
||||
SDL_free;
|
||||
SDL_getenv;
|
||||
SDL_getenv_unsafe;
|
||||
SDL_hid_ble_scan;
|
||||
SDL_hid_close;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue