diff --git a/winsup/cygwin/winlean.h b/winsup/cygwin/winlean.h index 2e2308eb6..338268607 100644 --- a/winsup/cygwin/winlean.h +++ b/winsup/cygwin/winlean.h @@ -110,6 +110,9 @@ extern "C" { executed on systems that support it (a run-time condition). */ PVOID WINAPI VirtualAlloc2 (HANDLE, PVOID, SIZE_T, ULONG, ULONG, PMEM_EXTENDED_PARAMETER, ULONG); +/* IsWow64Process2 should be declared in but + isn't yet. */ +BOOL WINAPI IsWow64Process2(HANDLE, USHORT *, USHORT *); #ifdef __cplusplus }