diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2022-08-04 20:55:52 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2022-08-04 20:55:52 +0200 |
commit | 288788f91eadf307aa77853396917d9f9398adb9 (patch) | |
tree | d1677a710c4a0c4b280ff917c72b9c5e46a5f77e | |
parent | 12a3b696a4653c1ee3d5d35dbba0c067298c4b53 (diff) | |
download | newlib-288788f91eadf307aa77853396917d9f9398adb9.zip newlib-288788f91eadf307aa77853396917d9f9398adb9.tar.gz newlib-288788f91eadf307aa77853396917d9f9398adb9.tar.bz2 |
Cygwin: Drop outdated IsWow64Process2 prototype
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/winlean.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/winsup/cygwin/winlean.h b/winsup/cygwin/winlean.h index 6f9c1df..9b30b65 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 <w32api/wow64apiset.h> but - isn't yet. */ -BOOL WINAPI IsWow64Process2(HANDLE, USHORT *, USHORT *); - -#ifdef __cplusplus -} -#endif - #endif /*_WINLEAN_H*/ |