parent
f554216201
commit
9831a0260f
|
|
@ -6766,11 +6766,15 @@ type tedolist = class()
|
||||||
flockct; //计数
|
flockct; //计数
|
||||||
flist; //链表
|
flist; //链表
|
||||||
end
|
end
|
||||||
|
function uinit();
|
||||||
initialization
|
begin
|
||||||
{$ifdef linux}
|
{$ifdef linux}
|
||||||
class(tUIglobalData).uisetdata("G_T_TTIMER_",class(TCustomTimer));
|
class(tUIglobalData).uisetdata("G_T_TTIMER_",class(TCustomTimer));
|
||||||
class(TCustomTimer)._wapi.SetTimer(nil,10000,100,getwinprocptr(2));
|
o := new TSLUIBASE();
|
||||||
|
o._wapi.SetTimer(nil,10000,100,getwinprocptr(2));
|
||||||
{$endif}
|
{$endif}
|
||||||
|
end
|
||||||
|
initialization
|
||||||
|
uinit();
|
||||||
|
|
||||||
end.
|
end.
|
||||||
Loading…
Reference in New Issue