summaryrefslogtreecommitdiffstats
path: root/private/ole32/oleprx32/wdt/wdt32.def
diff options
context:
space:
mode:
Diffstat (limited to 'private/ole32/oleprx32/wdt/wdt32.def')
-rw-r--r--private/ole32/oleprx32/wdt/wdt32.def63
1 files changed, 63 insertions, 0 deletions
diff --git a/private/ole32/oleprx32/wdt/wdt32.def b/private/ole32/oleprx32/wdt/wdt32.def
new file mode 100644
index 000000000..cd65a8665
--- /dev/null
+++ b/private/ole32/oleprx32/wdt/wdt32.def
@@ -0,0 +1,63 @@
+#if 0
+
+ Microsoft Windows
+ Copyright (C) Microsoft Corporation, 1992 - 1994.
+ All rights reserved.
+
+ This .def file is preprocessed by the compiler to create the version for
+ the current build in the appropriate subdir. Basically, whatever you
+ would have used in your code to control what is compiled when can be
+ used in this file for the same purpose. The following defines are in
+ use at the time this file was written:
+
+ FLAT - Used to indicate a NT/DOS7 build
+ i386 - Intel i386/i486 build
+ MIPS - MIPS R3000/R4000 build
+ ALPHA - DEC Alpha build
+ DBG - Used to control Debug/Retail. Set to 1 if Debug,
+ 0 if Retail.
+ WIN31 - Win16 build
+ __OS2__ - OS/2 build (used by CT mostly)
+
+ If none of these are used, it is assumed the entire file can be used
+ for all builds.
+
+#endif
+
+LIBRARY WDT32
+
+DESCRIPTION 'Microsoft (R) OLE 2.0 Wdt DLL 1.00'
+
+EXPORTS
+
+ BSTR_UserSize
+ BSTR_UserMarshal
+ BSTR_UserUnmarshal
+ BSTR_UserFree
+
+ VARIANT_UserSize
+ VARIANT_UserMarshal
+ VARIANT_UserUnmarshal
+ VARIANT_UserFree
+
+ LPSAFEARRAY_UserSize
+ LPSAFEARRAY_UserMarshal
+ LPSAFEARRAY_UserUnmarshal
+ LPSAFEARRAY_UserFree
+
+ EXCEPINFO_UserSize
+ EXCEPINFO_UserMarshal
+ EXCEPINFO_UserUnmarshal
+ EXCEPINFO_UserFree
+
+ DISPPARAMS_UserSize
+ DISPPARAMS_UserMarshal
+ DISPPARAMS_UserUnmarshal
+ DISPPARAMS_UserFree
+
+; SMB_UserSize
+; SMB_UserMarshal
+; SMB_UserUnmarshal
+; SMB_UserFree
+
+