We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e241a commit 217d95fCopy full SHA for 217d95f
units/sdlthread.inc
@@ -190,7 +190,7 @@ function SDL_CreateThread(fn: TSDL_ThreadFunction; name: PAnsiChar;
190
*}
191
function SDL_CreateThreadWithStackSize(fn: TSDL_ThreadFunction; name: PAnsiChar;
192
stacksize: csize_t; data: Pointer): PSDL_Thread; cdecl;
193
- external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_SDL_SDL_CreateThreadWithStackSize' {$ENDIF} {$ENDIF};
+ external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_SDL_CreateThreadWithStackSize' {$ENDIF} {$ENDIF};
194
195
196
{$ENDIF}
0 commit comments