Cygwin: Drop outdated IsWow64Process2 prototype

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2022-08-04 20:55:52 +02:00
parent 12a3b696a4
commit 288788f91e
1 changed files with 0 additions and 13 deletions

View File

@ -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*/