summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sched.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/sched.cc')
-rw-r--r--winsup/cygwin/sched.cc4
1 files changed, 0 insertions, 4 deletions
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 <unistd.h>
#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...