build: Use linker version scripts to control visibility.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia
2018-01-15 13:49:01 +01:00
committed by Alexandre Julliard
parent 4605d1275c
commit 41715a2f33
6 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
global:
D3D12CreateDevice;
D3D12CreateRootSignatureDeserializer;
D3D12GetDebugInterface;
D3D12SerializeRootSignature;
vkd3d_create_event;
vkd3d_destroy_event;
vkd3d_signal_event;
vkd3d_wait_event;
local: *;
};