Correct CreateThread() argument type .l to .i
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user