From 5ab123f4aa7cb23e78bc20b6a90bd14298949cd0 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 26 Nov 2012 13:28:53 +0000 Subject: * fhandler_registry.cc: Drop Mingw.org considerations. * fhandler_serial.cc: Ditto. * fhandler_socket.cc: Ditto. * fhandler_tape.cc: Ditto. * fhandler_tty.cc: Ditto. * net.cc: Ditto. * ntdll.h: Ditto. * sched.cc: Ditto. * sec_helper.cc: Ditto. --- winsup/cygwin/sched.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'winsup/cygwin/sched.cc') diff --git a/winsup/cygwin/sched.cc b/winsup/cygwin/sched.cc index 27a2bb085..b7f6cc907 100644 --- a/winsup/cygwin/sched.cc +++ b/winsup/cygwin/sched.cc @@ -18,10 +18,6 @@ #include #include "registry.h" -#ifndef __MINGW64_VERSION_MAJOR -extern "C" HWND WINAPI GetForegroundWindow(); -#endif - /* Win32 priority to UNIX priority Mapping. For now, I'm just following the spec: any range of priorities is ok. There are probably many many issues with this... -- cgit v1.2.3