mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[SETUPAPI] Fix MSVC build; pathetic GCC/LD didn't see we were using two different prototypes for these functions.
This commit is contained in:
parent
a10f6c7a0c
commit
edc0aeb5a8
1 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue