mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Note that SDL_getenv() is case sensitive
Fixes https://github.com/libsdl-org/SDL/issues/15086
(cherry picked from commit 21e10b2e76)
This commit is contained in:
parent
6d93ffe923
commit
0f02c41ac0
1 changed files with 2 additions and 0 deletions
|
|
@ -1796,6 +1796,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_DestroyEnvironment(SDL_Environment *env);
|
|||
/**
|
||||
* Get the value of a variable in the environment.
|
||||
*
|
||||
* The name of the variable is case sensitive on all platforms.
|
||||
*
|
||||
* This function uses SDL's cached copy of the environment and is thread-safe.
|
||||
*
|
||||
* \param name the name of the variable to get.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue