Nikolay Sivov : shcore: Turn COM exports to stubs.

Alexandre Julliard julliard at winehq.org
Mon Nov 26 16:20:10 CST 2018


Module: wine
Branch: master
Commit: 35216c7938af866467db6e2fd8fda3f4c0296661
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=35216c7938af866467db6e2fd8fda3f4c0296661

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Nov 26 11:53:10 2018 +0300

shcore: Turn COM exports to stubs.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shcore/shcore.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shcore/shcore.spec b/dlls/shcore/shcore.spec
index 0b20781..dac4274 100644
--- a/dlls/shcore/shcore.spec
+++ b/dlls/shcore/shcore.spec
@@ -3,9 +3,9 @@
 @ stub CreateRandomAccessStreamOnFile
 @ stub CreateRandomAccessStreamOverStream
 @ stub CreateStreamOverRandomAccessStream
-@ stdcall -private DllCanUnloadNow() shell32.DllCanUnloadNow
+@ stub DllCanUnloadNow
 @ stub DllGetActivationFactory
-@ stdcall -private DllGetClassObject(ptr ptr ptr) shell32.DllGetClassObject
+@ stub DllGetClassObject
 @ stdcall GetCurrentProcessExplicitAppUserModelID(ptr) shell32.GetCurrentProcessExplicitAppUserModelID
 @ stdcall GetDpiForMonitor(long long ptr ptr)
 @ stub GetDpiForShellUIComponent




More information about the wine-cvs mailing list