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)
EndProcedure
Procedure BackgroundThread(n.l)
Procedure BackgroundThread(n.i)
Protected Quit.b
Repeat
Repeat
@@ -1000,8 +1000,9 @@ CompilerIf #PB_Compiler_IsMainFile
EndIf
CompilerEndIf
; IDE Options = PureBasic 6.21 (Windows - x64)
; CursorPosition = 1000
; FirstLine = 953
; CursorPosition = 205
; FirstLine = 205
; Folding = ------
; EnableThread
; EnableXP
; DPIAware