mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
msi: Correct spec entry for MsiGetProductInfoA/W.
This commit is contained in:
parent
a37d88973c
commit
804d66039d
1 changed files with 2 additions and 2 deletions
|
@ -60,10 +60,10 @@
|
|||
64 stdcall MsiGetMode(long long)
|
||||
65 stdcall MsiGetProductCodeA(str str)
|
||||
66 stdcall MsiGetProductCodeW(wstr wstr)
|
||||
67 stdcall MsiGetProductInfoA(str str str long)
|
||||
67 stdcall MsiGetProductInfoA(str str ptr long)
|
||||
68 stub MsiGetProductInfoFromScriptA
|
||||
69 stub MsiGetProductInfoFromScriptW
|
||||
70 stdcall MsiGetProductInfoW(wstr wstr wstr long)
|
||||
70 stdcall MsiGetProductInfoW(wstr wstr ptr long)
|
||||
71 stdcall MsiGetProductPropertyA(long str ptr ptr)
|
||||
72 stdcall MsiGetProductPropertyW(long wstr ptr ptr)
|
||||
73 stdcall MsiGetPropertyA(ptr str ptr ptr)
|
||||
|
|
Loading…
Reference in a new issue