Commit a41017f8 authored by Mike Hearn's avatar Mike Hearn Committed by Alexandre Julliard

The presence of FGetComponentPath 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.
parent 8ae9b892
...@@ -34,8 +34,10 @@ ...@@ -34,8 +34,10 @@
@ stub FBinFromHex@8 @ stub FBinFromHex@8
@ stub FDecodeID@12 @ stub FDecodeID@12
@ stub FEqualNames@8 @ stub FEqualNames@8
@ stub FGetComponentPath
# @ stub FGetComponentPath@20 # This entry point is sometimes used to detect if the mapi dll came from Outlook
# @ stub FGetComponentPath
@ stub FPropCompareProp@12 @ stub FPropCompareProp@12
@ stub FPropContainsProp@12 @ stub FPropContainsProp@12
@ stub FPropExists@8 @ stub FPropExists@8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment