msi: Synchronize the spec file with version 5.0.
This commit is contained in:
parent
64eec8f9fa
commit
c2c98ae0c2
|
@ -275,6 +275,20 @@
|
|||
279 stdcall MsiMessageBoxExA(long str str long long long long)
|
||||
280 stdcall MsiMessageBoxExW(long wstr wstr long long long long)
|
||||
281 stdcall MsiSetExternalUIRecord(ptr long ptr ptr)
|
||||
282 stub MsiGetPatchFileListA
|
||||
283 stub MsiGetPatchFileListW
|
||||
284 stub MsiBeginTransactionA
|
||||
285 stub MsiBeginTransactionW
|
||||
286 stub MsiEndTransaction
|
||||
287 stub MsiJoinTransaction
|
||||
288 stub MsiSetOfflineContextW
|
||||
289 stub MsiEnumComponentsExA
|
||||
290 stub MsiEnumComponentsExW
|
||||
291 stub MsiEnumClientsExA
|
||||
292 stub MsiEnumClientsExW
|
||||
293 stub MsiGetComponentPathExA
|
||||
294 stub MsiGetComponentPathExW
|
||||
295 stub QueryInstanceCount
|
||||
|
||||
@ stdcall -private DllCanUnloadNow()
|
||||
@ stdcall -private DllGetClassObject(ptr ptr ptr)
|
||||
|
|
Loading…
Reference in New Issue