Don't export mapi32.FGetComponentPath

Mike Hearn mh at codeweavers.com
Tue Feb 17 15:32:09 CST 2004


Mike Hearn <mh at codeweavers.com>
The presence of this function is used to check if mapi32.dll is the
Outlook version or not. It's common to GetProcAddress for it, so let's not
export it as otherwise apps may call it.

Index: dlls/mapi32/mapi32.spec
===================================================================
RCS file: /home/wine/wine/dlls/mapi32/mapi32.spec,v
retrieving revision 1.7
diff -u -r1.7 mapi32.spec
--- dlls/mapi32/mapi32.spec     20 Mar 2003 03:53:14 -0000      1.7
+++ dlls/mapi32/mapi32.spec     17 Feb 2004 21:27:08 -0000
@@ -34,7 +34,10 @@
 @ stub FBinFromHex at 8
 @ stub FDecodeID at 12
 @ stub FEqualNames at 8
-@ stub FGetComponentPath
+
+# This entry point is sometimes used to detect if the mapi dll came from Outlook
+# @ stub FGetComponentPath
+
 # @ stub FGetComponentPath at 20
 @ stub FPropCompareProp at 12
 @ stub FPropContainsProp at 12





More information about the wine-patches mailing list