Skip to content

Commit 80e7e52

Browse files
Update SDL_error.inc to 3.4.2
1 parent 7a56135 commit 80e7e52

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

units/SDL3.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

units/SDL_error.inc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
*
5454
* \threadsafety It is safe to call this function from any thread.
5555
*
56-
* \since This function is available since SDL 3.1.3.
56+
* \since This function is available since SDL 3.2.0.
5757
*
5858
* \sa SDL_ClearError
5959
* \sa SDL_GetError
@@ -94,7 +94,7 @@ function SDL_SetError(fmt: PAnsiChar): Boolean; cdecl; overload;
9494
*
9595
* \threadsafety It is safe to call this function from any thread.
9696
*
97-
* \since This function is available since SDL 3.1.3.
97+
* \since This function is available since SDL 3.2.0.
9898
}
9999
function 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

0 commit comments

Comments
 (0)