Skip to content

Commit 217d95f

Browse files
Fix: Remove doubled prefix SDL_
1 parent e4e241a commit 217d95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/sdlthread.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function SDL_CreateThread(fn: TSDL_ThreadFunction; name: PAnsiChar;
190190
*}
191191
function SDL_CreateThreadWithStackSize(fn: TSDL_ThreadFunction; name: PAnsiChar;
192192
stacksize: csize_t; data: Pointer): PSDL_Thread; cdecl;
193-
external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_SDL_SDL_CreateThreadWithStackSize' {$ENDIF} {$ENDIF};
193+
external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_SDL_CreateThreadWithStackSize' {$ENDIF} {$ENDIF};
194194

195195

196196
{$ENDIF}

0 commit comments

Comments
 (0)