parent
f554216201
commit
9831a0260f
|
|
@ -6766,11 +6766,15 @@ type tedolist = class()
|
|||
flockct; //计数
|
||||
flist; //链表
|
||||
end
|
||||
|
||||
initialization
|
||||
function uinit();
|
||||
begin
|
||||
{$ifdef linux}
|
||||
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}
|
||||
end
|
||||
initialization
|
||||
uinit();
|
||||
|
||||
end.
|
||||
Loading…
Reference in New Issue