Skip to content

Commit efbe271

Browse files
Update SDL_platform.inc to 3.4.4
1 parent 7bda9cc commit efbe271

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

units/SDL3.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ interface
8484
{$I SDL_hints.inc} // 3.2.12
8585
{$I SDL_misc.inc} // 3.4.4
8686
{$I SDL_stdinc.inc} // 3.1.6-prev (unfinished)
87-
{$I SDL_platform.inc} // 3.2.0
87+
{$I SDL_platform.inc} // 3.4.4
8888
{$I SDL_loadso.inc} // 3.2.0
8989
{$I SDL_rect.inc} // 3.4.2
9090
{$I SDL_properties.inc} // 3.4.2

units/SDL_platform.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
* \returns the name of the platform. If the correct platform name is not
2828
* available, returns a string beginning with the text "Unknown".
2929
*
30+
* \threadsafety It is safe to call this function from any thread.
31+
*
3032
* \since This function is available since SDL 3.2.0.
3133
}
3234
function SDL_GetPlatform: PAnsiChar; cdecl;

0 commit comments

Comments
 (0)