File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ interface
9595{ $I SDL_surface.inc} // 3.2.20
9696{ $I SDL_video.inc} // 3.4.2
9797{ $I SDL_timer.inc} // 3.2.20
98- { $I SDL_error.inc} // 3.1.6-prev
98+ { $I SDL_error.inc} // 3.4.2
9999{ $I SDL_power.inc} // 3.1.6-prev
100100{ $I SDL_audio.inc} // 3.1.6-prev
101101{ $I SDL_sensor.inc} // 3.1.6-prev
Original file line number Diff line number Diff line change 5353 *
5454 * \t hreadsafety It is safe to call this function from any thread.
5555 *
56- * \s ince This function is available since SDL 3.1.3 .
56+ * \s ince This function is available since SDL 3.2.0 .
5757 *
5858 * \s a SDL_ClearError
5959 * \s a SDL_GetError
@@ -94,7 +94,7 @@ function SDL_SetError(fmt: PAnsiChar): Boolean; cdecl; overload;
9494 *
9595 * \t hreadsafety It is safe to call this function from any thread.
9696 *
97- * \s ince This function is available since SDL 3.1.3 .
97+ * \s ince This function is available since SDL 3.2.0 .
9898 }
9999function SDL_OutOfMemory: Boolean; cdecl;
100100 external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name ' _SDL_OutOfMemory' {$ENDIF} {$ENDIF};
@@ -129,7 +129,7 @@ function SDL_OutOfMemory: Boolean; cdecl;
129129 *
130130 * \threadsafety It is safe to call this function from any thread.
131131 *
132- * \since This function is available since SDL 3.1.3 .
132+ * \since This function is available since SDL 3.2.0 .
133133 *
134134 * \sa SDL_ClearError
135135 * \sa SDL_SetError
@@ -144,7 +144,7 @@ function SDL_GetError: PAnsiChar; cdecl;
144144 *
145145 * \threadsafety It is safe to call this function from any thread.
146146 *
147- * \since This function is available since SDL 3.1.3 .
147+ * \since This function is available since SDL 3.2.0 .
148148 *
149149 * \sa SDL_GetError
150150 * \sa SDL_SetError
You can’t perform that action at this time.
0 commit comments