mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:11:55 +00:00
[DLLs] Fix .spec files regarding OLE-specific exports.
- Do not use hardcoded ordinals, add missing '-private'.
Except for MSXML3, OLE32 and RSAENH, see commit bff824b2
for more details.
- SHSVCS: The 6 first exports are nonamed with ordinals. Replace exported
commented stubs by actual exported stubs instead.
Co-Authored-By: Timo Kreuzer <timo.kreuzer@reactos.org>
This commit is contained in:
parent
2becb000c8
commit
b6135732d4
7 changed files with 32 additions and 32 deletions
|
@ -1,4 +1,4 @@
|
|||
@ stdcall DllInitialize(ptr)
|
||||
@ stdcall -private DllInitialize(ptr)
|
||||
@ stdcall BdaCheckChanges(ptr)
|
||||
@ stdcall BdaCommitChanges(ptr)
|
||||
@ stdcall BdaCreateFilterFactory(ptr ptr ptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue