Skip to content

Commit 2cba02c

Browse files
TpfnSDL_CurrentBeginThread: Replace LongWord by cuint
1 parent c8b2e48 commit 2cba02c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

units/sdlthread.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ type
8181

8282
{ SDL2-for-Pascal #todo : Explanation needed }
8383
TpfnSDL_CurrentBeginThread = function(
84-
SecurityAttributes: Pointer; StackSize: LongWord; ThreadFunc: TThreadFunc;
85-
Parameter: Pointer {arg}; CreationFlags: LongWord; var ThreadId: TThreadID {threadID}): cuintptr_t; cdecl;
84+
SecurityAttributes: Pointer; StackSize: cuint; ThreadFunc: TThreadFunc;
85+
Parameter: Pointer {arg}; CreationFlags: cuint; var ThreadId: TThreadID {threadID}): cuintptr_t; cdecl;
8686

8787
TpfnSDL_CurrentEndThread = procedure(code: cuint); cdecl;
8888

0 commit comments

Comments
 (0)