1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 20:52:10 +01:00

[d3d11] Define ordinals for exports (#1812)

This commit is contained in:
Joshie 2020-11-11 15:54:36 +00:00 committed by GitHub
parent 64f990cb24
commit 6a10c81d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
LIBRARY D3D11.DLL
EXPORTS
D3D11CoreCreateDevice
D3D11CreateDevice
D3D11CreateDeviceAndSwapChain
D3D11CoreCreateDevice @18
D3D11CreateDevice @22
D3D11CreateDeviceAndSwapChain @23