https://git.reactos.org/?p=reactos.git;a=commitdiff;h=125020c23fee608a9b4943df3d54ea1716d26b71

commit 125020c23fee608a9b4943df3d54ea1716d26b71
Author:     Oleg Dubinskiy <oleg.dubinskij2...@yandex.ua>
AuthorDate: Wed Apr 29 00:58:40 2020 +0300
Commit:     GitHub <nore...@github.com>
CommitDate: Wed Apr 29 00:58:40 2020 +0300

    [SETUPAPI] Improve SetupRemoveFromSourceListA/W exports (#2680)
    
    CORE-16968
---
 dll/win32/setupapi/setupapi.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dll/win32/setupapi/setupapi.spec b/dll/win32/setupapi/setupapi.spec
index 692a0d27acd..2af90d61106 100644
--- a/dll/win32/setupapi/setupapi.spec
+++ b/dll/win32/setupapi/setupapi.spec
@@ -502,8 +502,8 @@
 @ stub SetupRemoveFileLogEntryW
 @ stub SetupRemoveFromDiskSpaceListA
 @ stub SetupRemoveFromDiskSpaceListW
-@ stub SetupRemoveFromSourceListA
-@ stub SetupRemoveFromSourceListW
+@ stdcall -stub SetupRemoveFromSourceListA(long str)
+@ stdcall -stub SetupRemoveFromSourceListW(long wstr)
 @ stub SetupRemoveInstallSectionFromDiskSpaceListA
 @ stub SetupRemoveInstallSectionFromDiskSpaceListW
 @ stub SetupRemoveSectionFromDiskSpaceListA

Reply via email to