We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b2e48 commit 2cba02cCopy full SHA for 2cba02c
units/sdlthread.inc
@@ -81,8 +81,8 @@ type
81
82
{ SDL2-for-Pascal #todo : Explanation needed }
83
TpfnSDL_CurrentBeginThread = function(
84
- SecurityAttributes: Pointer; StackSize: LongWord; ThreadFunc: TThreadFunc;
85
- Parameter: Pointer {arg}; CreationFlags: LongWord; var ThreadId: TThreadID {threadID}): cuintptr_t; cdecl;
+ SecurityAttributes: Pointer; StackSize: cuint; ThreadFunc: TThreadFunc;
+ Parameter: Pointer {arg}; CreationFlags: cuint; var ThreadId: TThreadID {threadID}): cuintptr_t; cdecl;
86
87
TpfnSDL_CurrentEndThread = procedure(code: cuint); cdecl;
88
0 commit comments