mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[MSI]
* Remove some exports that do not exist in native. * Reorder some exports. CORE-8174 svn path=/trunk/; revision=64230
This commit is contained in:
parent
1f02ead2cc
commit
fe05f05fd2
1 changed files with 2 additions and 9 deletions
|
@ -281,16 +281,9 @@
|
|||
285 stdcall MsiBeginTransactionW(wstr long ptr ptr)
|
||||
286 stdcall MsiEndTransaction(long)
|
||||
287 stub MsiJoinTransaction
|
||||
288 stub MsiSetOfflineContextW
|
||||
289 stdcall MsiEnumComponentsExA(str long long ptr ptr ptr ptr)
|
||||
290 stdcall MsiEnumComponentsExW(wstr long long ptr ptr ptr ptr)
|
||||
291 stub MsiEnumClientsExA
|
||||
292 stub MsiEnumClientsExW
|
||||
293 stub MsiGetComponentPathExA
|
||||
294 stub MsiGetComponentPathExW
|
||||
295 stub QueryInstanceCount
|
||||
|
||||
288 stub QueryInstanceCount
|
||||
@ stdcall -private DllCanUnloadNow()
|
||||
@ stdcall -private DllGetClassObject(ptr ptr ptr)
|
||||
@ stdcall -private DllRegisterServer()
|
||||
@ stdcall -private DllUnregisterServer()
|
||||
|
||||
|
|
Loading…
Reference in a new issue