mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 06:49:27 +02:00
amunits: make forward declaration match with the actual implementation, current compiler is more picky about this
git-svn-id: trunk@27575 -
This commit is contained in:
parent
9ad7540ddf
commit
826c77831b
@ -3493,7 +3493,7 @@ PROCEDURE MUI_RejectIDCMP(obj : pObject_; flags : ULONG);
|
||||
PROCEDURE MUI_Redraw(obj : pObject_; flags : ULONG);
|
||||
FUNCTION MUI_CreateCustomClass(base : pLibrary; supername : pChar; supermcc : pMUI_CustomClass; datasize : LONGINT; dispatcher : POINTER) : pMUI_CustomClass;
|
||||
FUNCTION MUI_DeleteCustomClass(mcc : pMUI_CustomClass) : BOOLEAN;
|
||||
FUNCTION MUI_MakeObjectA(typ: LONGINT; params : pULONG) : pULONG;
|
||||
FUNCTION MUI_MakeObjectA(typ: LONGINT; params : pULONG) : pObject_;
|
||||
FUNCTION MUI_Layout(obj : pObject_; l : LONGINT; t : LONGINT; w : LONGINT; h : LONGINT; flags : ULONG) : BOOLEAN;
|
||||
FUNCTION MUI_ObtainPen(mri : pMUI_RenderInfo; spec : pMUI_PenSpec; flags : ULONG) : LONGINT;
|
||||
PROCEDURE MUI_ReleasePen(mri : pMUI_RenderInfo; pen : LONGINT);
|
||||
|
Loading…
Reference in New Issue
Block a user