Correct CreateThread() argument type .l to .i

This commit is contained in:
2025-09-14 17:13:58 +02:00
parent 0b117791d9
commit c7add6c0de

View File

@@ -203,7 +203,7 @@ Module Cache
SignalSemaphore(Param\LoadListSemaphore) SignalSemaphore(Param\LoadListSemaphore)
EndProcedure EndProcedure
Procedure BackgroundThread(n.l) Procedure BackgroundThread(n.i)
Protected Quit.b Protected Quit.b
Repeat Repeat
Repeat Repeat
@@ -1000,8 +1000,9 @@ CompilerIf #PB_Compiler_IsMainFile
EndIf EndIf
CompilerEndIf CompilerEndIf
; IDE Options = PureBasic 6.21 (Windows - x64) ; IDE Options = PureBasic 6.21 (Windows - x64)
; CursorPosition = 1000 ; CursorPosition = 205
; FirstLine = 953 ; FirstLine = 205
; Folding = ------ ; Folding = ------
; EnableThread
; EnableXP ; EnableXP
; DPIAware ; DPIAware