summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/kernel32.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/kernel32.cc')
-rw-r--r--winsup/cygwin/kernel32.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/kernel32.cc b/winsup/cygwin/kernel32.cc
index 2f049951c..9f9aa2784 100644
--- a/winsup/cygwin/kernel32.cc
+++ b/winsup/cygwin/kernel32.cc
@@ -8,10 +8,6 @@ This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
-/* This define is required to tell the mingw64 headers to omit
- declspec(dllimport) from all kernel32 function declarations. */
-#define _KERNEL32_
-
#include "winsup.h"
#include "shared_info.h"
#include "ntdll.h"