We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e21c5b commit 7bda9ccCopy full SHA for 7bda9cc
2 files changed
units/SDL3.pas
@@ -82,7 +82,7 @@ interface
82
{$I SDL_locale.inc} // 3.4.4
83
{$I SDL_guid.inc} // 3.4.2
84
{$I SDL_hints.inc} // 3.2.12
85
-{$I SDL_misc.inc} // 3.2.0
+{$I SDL_misc.inc} // 3.4.4
86
{$I SDL_stdinc.inc} // 3.1.6-prev (unfinished)
87
{$I SDL_platform.inc} // 3.2.0
88
{$I SDL_loadso.inc} // 3.2.0
units/SDL_misc.inc
@@ -40,6 +40,8 @@
40
* \returns true on success or false on failure; call SDL_GetError() for more
41
* information.
42
*
43
+ * \threadsafety This function should only be called on the main thread.
44
+ *
45
* \since This function is available since SDL 3.2.0.
46
}
47
function SDL_OpenURL(url: PAnsiChar): Boolean; cdecl;
0 commit comments