From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id B729D3857363; Thu, 4 Aug 2022 18:57:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B729D3857363 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: Drop outdated IsWow64Process2 prototype X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 12a3b696a4653c1ee3d5d35dbba0c067298c4b53 X-Git-Newrev: 288788f91eadf307aa77853396917d9f9398adb9 Message-Id: <20220804185715.B729D3857363@sourceware.org> Date: Thu, 4 Aug 2022 18:57:15 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2022 18:57:15 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D288788f91ea= df307aa77853396917d9f9398adb9 commit 288788f91eadf307aa77853396917d9f9398adb9 Author: Corinna Vinschen Date: Thu Aug 4 20:55:52 2022 +0200 Cygwin: Drop outdated IsWow64Process2 prototype =20 Signed-off-by: Corinna Vinschen Diff: --- 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 =20 - -#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*/