lcore.org gitweb
/
lcore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
881f747
)
use thandle type
author
beware
<beware@bircd.org>
Mon, 15 Sep 2025 20:45:56 +0000
(20:45 +0000)
committer
beware
<beware@bircd.org>
Mon, 15 Sep 2025 20:45:56 +0000
(20:45 +0000)
unitsettc.pas
patch
|
blob
|
history
diff --git
a/unitsettc.pas
b/unitsettc.pas
index 7dc1229ef0ca9e6715560035a0e6e0ddc8dc14bc..32fb580154863dc65bab7418711ea0ad76177fb0 100644
(file)
--- a/
unitsettc.pas
+++ b/
unitsettc.pas
@@
-22,7
+22,7
@@
var
\r
procedure settc;
\r
var
\r
- hprocess,hthread:
integer
;
\r
+ hprocess,hthread:
thandle
;
\r
begin
\r
if (refcount = 0) then begin
\r
hProcess := GetCurrentProcess;
\r
@@
-37,7
+37,7
@@
end;
\r
procedure unsettc;
\r
var
\r
- hprocess,hthread:
integer
;
\r
+ hprocess,hthread:
thandle
;
\r
begin
\r
dec(refcount);
\r
if (refcount < 0) then refcount := 0;
\r