summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/winunits-base/src/activex.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/winunits-base/src/activex.pp b/packages/winunits-base/src/activex.pp
index 6daf493bcc..7bc4672adc 100644
--- a/packages/winunits-base/src/activex.pp
+++ b/packages/winunits-base/src/activex.pp
@@ -3401,7 +3401,7 @@ Type
IPropertySetStorage = Interface(IUnknown)
['{0000013A-0000-0000-C000-000000000046}']
- function Create(const rfmtid:FMTID; const pclsid:CLSID; grfFlags:DWORD; grfMode:DWORD; out ppprstg:IPropertyStorage):HRESULT;
+ function Create(const rfmtid:FMTID; const pclsid:CLSID; grfFlags:DWORD; grfMode:DWORD; out ppprstg:IPropertyStorage):HRESULT; stdcall;
function Open(const fmtid:FMTID; grfMode:DWORD; out ppprstg:IPropertyStorage):HRESULT; StdCall;
function Delete(const rfmtid:FMTID):HRESULT; StdCall;
function Enum(out ppenum:IEnumSTATPROPSETSTG):HRESULT; StdCall;