[SETUPAPI] Fix MSVC build; pathetic GCC/LD didn't see we were using two different prototypes for these functions.

This commit is contained in:
Hermès Bélusca-Maïto 2018-05-20 15:31:45 +02:00
parent a10f6c7a0c
commit edc0aeb5a8
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -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()