mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 05:29:34 +02:00
morphunits: forgot to actually publish the newly added HookEntry function
git-svn-id: trunk@30999 -
This commit is contained in:
parent
adb2b71c94
commit
2ffb2f9c98
@ -33,6 +33,8 @@ function DoSuperNew(class_: pointer; obj: pointer; tags: array of LongWord): lon
|
||||
// This procedure is used to pop dispatcher args from emulstruc
|
||||
procedure DISPATCHERARG(var cl; var obj; var msg); assembler;
|
||||
|
||||
function HookEntry: longword;
|
||||
|
||||
implementation
|
||||
|
||||
uses exec, intuition, utility;
|
||||
|
Loading…
Reference in New Issue
Block a user