You've already forked lazarus-ccr
Finished isolation of WinApi functions
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@121 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -87,13 +87,13 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
|
||||
{
|
||||
function InvalidateRect(aHandle : HWND; ARect : pRect; bErase : Boolean) : Boolean;
|
||||
begin
|
||||
|
||||
Result:=InvalidateRect(aHandle,ARect,bErase);
|
||||
end;
|
||||
|
||||
}
|
||||
|
||||
{$ifndef UseExternalDragManager}
|
||||
function RegisterDragDrop(hwnd:HWND; pDropTarget:IDropTarget):WINOLEAPI;stdcall;external 'ole32.dll' name 'RegisterDragDrop';
|
||||
|
Reference in New Issue
Block a user