We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bda9cc commit efbe271Copy full SHA for efbe271
2 files changed
units/SDL3.pas
@@ -84,7 +84,7 @@ interface
84
{$I SDL_hints.inc} // 3.2.12
85
{$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
+{$I SDL_platform.inc} // 3.4.4
88
{$I SDL_loadso.inc} // 3.2.0
89
{$I SDL_rect.inc} // 3.4.2
90
{$I SDL_properties.inc} // 3.4.2
units/SDL_platform.inc
@@ -27,6 +27,8 @@
27
* \returns the name of the platform. If the correct platform name is not
28
* available, returns a string beginning with the text "Unknown".
29
*
30
+ * \threadsafety It is safe to call this function from any thread.
31
+ *
32
* \since This function is available since SDL 3.2.0.
33
}
34
function SDL_GetPlatform: PAnsiChar; cdecl;
0 commit comments