[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:
Hermès Bélusca-Maïto 2019-06-02 00:23:02 +02:00
parent 2becb000c8
commit b6135732d4
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
7 changed files with 32 additions and 32 deletions

View file

@ -1,4 +1,4 @@
@ stdcall DllInitialize(ptr)
@ stdcall -private DllInitialize(ptr)
@ stdcall BdaCheckChanges(ptr)
@ stdcall BdaCommitChanges(ptr)
@ stdcall BdaCreateFilterFactory(ptr ptr ptr)