You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3535 8e941d3f-bd1b-0410-a28a-d453659cc2b4
9 lines
192 B
PHP
Executable File
9 lines
192 B
PHP
Executable File
|
|
function KillTimer(hWnd:THandle; nIDEvent: LongWord):Boolean;
|
|
begin
|
|
end;
|
|
|
|
function SetTimer(hWnd:THandle; nIDEvent:LongWord; uElapse:LongWord; lpTimerFunc:TTimerNotify): LongWord;
|
|
begin
|
|
end;
|