https://git.reactos.org/?p=reactos.git;a=commitdiff;h=edc0aeb5a87a6f0424586…
commit edc0aeb5a87a6f042458645392ce4135812c02c3
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Sun May 20 15:31:45 2018 +0200
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Sun May 20 15:32:06 2018 +0200
[SETUPAPI] Fix MSVC build; pathetic GCC/LD didn't see we were using two different
prototypes for these functions.
---
dll/win32/setupapi/setupapi.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dll/win32/setupapi/setupapi.spec b/dll/win32/setupapi/setupapi.spec
index e3db70232a..e43a8dbe98 100644
--- a/dll/win32/setupapi/setupapi.spec
+++ b/dll/win32/setupapi/setupapi.spec
@@ -126,9 +126,9 @@
@ stdcall CM_Get_Res_Des_Data_Ex(ptr ptr long long ptr)
@ stdcall CM_Get_Res_Des_Data_Size(ptr ptr long)
@ stdcall CM_Get_Res_Des_Data_Size_Ex(ptr ptr long ptr)
-@ stub CM_Get_Resource_Conflict_Count
-@ stub CM_Get_Resource_Conflict_DetailsA
-@ stub CM_Get_Resource_Conflict_DetailsW
+@ stdcall CM_Get_Resource_Conflict_Count(ptr ptr)
+@ stdcall CM_Get_Resource_Conflict_DetailsA(ptr long ptr)
+@ stdcall CM_Get_Resource_Conflict_DetailsW(ptr long ptr)
@ stdcall CM_Get_Sibling(ptr long long)
@ stdcall CM_Get_Sibling_Ex(ptr long long ptr)
@ stdcall CM_Get_Version()