mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 10:19:17 +02:00
+ dummy for De/AllocateHWnd
git-svn-id: trunk@3408 -
This commit is contained in:
parent
d3b92ccb6f
commit
e2085cf71b
@ -35,7 +35,10 @@ type
|
||||
function MakeObjectInstance(Method: TWndMethod): Pointer;
|
||||
procedure FreeObjectInstance(ObjectInstance: Pointer);
|
||||
|
||||
{$i classesh.inc}
|
||||
function AllocateHWnd(Method: TWndMethod): HWND;
|
||||
procedure DeallocateHWnd(Wnd: HWND);
|
||||
|
||||
{$i classesh.inc}
|
||||
|
||||
implementation
|
||||
|
||||
@ -57,6 +60,18 @@ procedure FreeObjectInstance(ObjectInstance: Pointer);
|
||||
end;
|
||||
|
||||
|
||||
function AllocateHWnd(Method: TWndMethod): HWND;
|
||||
begin
|
||||
runerror(211);
|
||||
end;
|
||||
|
||||
|
||||
procedure DeallocateHWnd(Wnd: HWND);
|
||||
begin
|
||||
runerror(211);
|
||||
end;
|
||||
|
||||
|
||||
initialization
|
||||
CommonInit;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user