From 288788f91eadf307aa77853396917d9f9398adb9 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 4 Aug 2022 20:55:52 +0200 Subject: [PATCH] Cygwin: Drop outdated IsWow64Process2 prototype Signed-off-by: Corinna Vinschen --- winsup/cygwin/winlean.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/winsup/cygwin/winlean.h b/winsup/cygwin/winlean.h index 6f9c1df24..9b30b6557 100644 --- a/winsup/cygwin/winlean.h +++ b/winsup/cygwin/winlean.h @@ -94,17 +94,4 @@ details. */ #define GetWindowsDirectoryW dont_use_GetWindowsDirectory #define GetWindowsDirectoryA dont_use_GetWindowsDirectory - -#ifdef __cplusplus -extern "C" { -#endif - -/* IsWow64Process2 should be declared in but - isn't yet. */ -BOOL WINAPI IsWow64Process2(HANDLE, USHORT *, USHORT *); - -#ifdef __cplusplus -} -#endif - #endif /*_WINLEAN_H*/