Skip to content

Commit 7bda9cc

Browse files
Update SDL_misc.inc to 3.4.4
1 parent 1e21c5b commit 7bda9cc

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
@@ -82,7 +82,7 @@ interface
8282
{$I SDL_locale.inc} // 3.4.4
8383
{$I SDL_guid.inc} // 3.4.2
8484
{$I SDL_hints.inc} // 3.2.12
85-
{$I SDL_misc.inc} // 3.2.0
85+
{$I SDL_misc.inc} // 3.4.4
8686
{$I SDL_stdinc.inc} // 3.1.6-prev (unfinished)
8787
{$I SDL_platform.inc} // 3.2.0
8888
{$I SDL_loadso.inc} // 3.2.0

units/SDL_misc.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
* \returns true on success or false on failure; call SDL_GetError() for more
4141
* information.
4242
*
43+
* \threadsafety This function should only be called on the main thread.
44+
*
4345
* \since This function is available since SDL 3.2.0.
4446
}
4547
function SDL_OpenURL(url: PAnsiChar): Boolean; cdecl;

0 commit comments

Comments
 (0)