From 83da33e2ab02c0419b846c96403a8985a3fe3a81 Mon Sep 17 00:00:00 2001 From: lightningterror Date: Sat, 22 Dec 2018 19:19:36 +0100 Subject: [PATCH] GSdx: Remove d3d9.lib and d3d9.dll from common.props. --- plugins/GSdx/vsprops/common.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/GSdx/vsprops/common.props b/plugins/GSdx/vsprops/common.props index 997e803e16..1b3476be94 100644 --- a/plugins/GSdx/vsprops/common.props +++ b/plugins/GSdx/vsprops/common.props @@ -18,8 +18,8 @@ LZMA_API_STATIC;%(PreprocessorDefinitions) - d3d11.lib;d3d9.lib;dxgi.lib;dxguid.lib;winmm.lib;strmiids.lib;opengl32.lib;comsuppw.lib;comctl32.lib;%(AdditionalDependencies) - d3d9.dll;d3d11.dll;dxgi.dll;opengl32.dll;%(DelayLoadDLLs) + d3d11.lib;dxgi.lib;dxguid.lib;winmm.lib;strmiids.lib;opengl32.lib;comsuppw.lib;comctl32.lib;%(AdditionalDependencies) + d3d11.dll;dxgi.dll;opengl32.dll;%(DelayLoadDLLs) true Windows false