From 6b24cb2756017d4cd0e2ec83d6f9b0cbfb260821 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 20 Jan 2015 15:18:51 +0100 Subject: win32: remove check for SetPriorityClass() This function is always available, which is reflected by the fact that the configure check doesn't actually bother to check for its existence. Instead, MinGW and Cygwin imply it. The check was probably "needed" when the priority code was still in a separate source file. Remove the check, and use _WIN32 for testing for the win32 API (in a bunch of other places too). --- wscript | 5 ----- 1 file changed, 5 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index d754199f82..4798a82f3b 100644 --- a/wscript +++ b/wscript @@ -185,11 +185,6 @@ iconv support use --disable-iconv.", 'desc': 'w32/dos paths', 'deps_any': [ 'os-win32', 'os-cygwin' ], 'func': check_true - }, { - 'name': 'priority', - 'desc': 'w32 priority API', - 'deps_any': [ 'os-win32', 'os-cygwin'], - 'func': check_true }, { 'name': '--waio', 'desc': 'libwaio for win32', -- cgit v1.2.3