From 81746a1798e8194c74dfa49fb53a328ec89a1153 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 4 Dec 2015 16:26:00 +0100 Subject: win32: remove dwmapi.dll dynamic loading All Windows versions we support have this API. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 1873881b1a..bd2e69345d 100644 --- a/wscript +++ b/wscript @@ -135,7 +135,7 @@ main_dependencies = [ 'name': 'win32', 'desc': 'win32', 'deps_any': [ 'os-win32', 'os-cygwin' ], - 'func': check_cc(lib=['winmm', 'gdi32', 'ole32', 'uuid', 'avrt']), + 'func': check_cc(lib=['winmm', 'gdi32', 'ole32', 'uuid', 'avrt', 'dwmapi']), }, { 'name': '--win32-internal-pthreads', 'desc': 'internal pthread wrapper for win32 (Vista+)', -- cgit v1.2.3