From 266f5e850ad5b15583299f114f36b564268b5336 Mon Sep 17 00:00:00 2001 From: marco <marco@freepascal.org> Date: Thu, 14 Jan 2010 20:24:26 +0000 Subject: [PATCH] * Delphi compat overload releasestgmedium git-svn-id: trunk@14645 - --- packages/winunits-base/src/activex.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/winunits-base/src/activex.pp b/packages/winunits-base/src/activex.pp index 2b8161c4fc..ce62e1b36f 100644 --- a/packages/winunits-base/src/activex.pp +++ b/packages/winunits-base/src/activex.pp @@ -3566,6 +3566,8 @@ type function OleDraw(pUnknown:IUnknown; dwAspect:DWORD; hdcDraw:HDC;const lprcBounds:TRect):WINOLEAPI;stdcall;external 'ole32.dll' name 'OleDraw'; function OleRun(pUnknown:IUnknown):WINOLEAPI;stdcall;external 'ole32.dll' name 'OleRun'; function OleIsRunning(pObject:IOleObject):BOOL;stdcall;external 'ole32.dll' name 'OleIsRunning'; + + procedure ReleaseStgMedium(var _para1:STGMEDIUM);stdcall;external 'ole32.dll' name 'ReleaseStgMedium'; procedure ReleaseStgMedium(_para1:LPSTGMEDIUM);stdcall;external 'ole32.dll' name 'ReleaseStgMedium'; function CreateOleAdviseHolder(out ppOAHolder:IOleAdviseHolder):WINOLEAPI;stdcall;external 'ole32.dll' name 'CreateOleAdviseHolder';