summaryrefslogtreecommitdiffstats
path: root/private/ole32/stg/utils/compob32/compob32.def
diff options
context:
space:
mode:
Diffstat (limited to 'private/ole32/stg/utils/compob32/compob32.def')
-rw-r--r--private/ole32/stg/utils/compob32/compob32.def27
1 files changed, 27 insertions, 0 deletions
diff --git a/private/ole32/stg/utils/compob32/compob32.def b/private/ole32/stg/utils/compob32/compob32.def
new file mode 100644
index 000000000..240b6bc80
--- /dev/null
+++ b/private/ole32/stg/utils/compob32/compob32.def
@@ -0,0 +1,27 @@
+;//+-------------------------------------------------------------------------
+;//
+;// Microsoft Windows
+;// Copyright (C) Microsoft Corporation, 1992 - 1993.
+;//
+;// File: compob32.def
+;//
+;// Contents: compob32.dll module definition file
+;//
+;//--------------------------------------------------------------------------
+
+LIBRARY COMPOB32
+DESCRIPTION 'Compob32 DLL'
+EXPORTS
+ CoInitialize@4 @1
+ CoUninitialize@0 @2
+ CoGetMalloc@8 @3
+ IsValidPtrOut@8 @4
+ IsEqualGUID@8 @5
+ IsValidIid@4 @6
+ IsValidInterface@4 @7
+ SharedMemAlloc@8 @8
+ SharedMemFree@8 @9
+ IsValidPtrIn@8 @10
+ CoGetCurrentProcess@0 @15
+ CoMarshalInterface@24 @16
+ CoUnmarshalInterface@12 @17