2011-12-16 03:58:03 -08:00
|
|
|
/* wow64.h
|
|
|
|
|
|
|
|
Copyright 2011 Red Hat, Inc.
|
|
|
|
|
|
|
|
This file is part of Cygwin.
|
|
|
|
|
|
|
|
This software is a copyrighted work licensed under the terms of the
|
|
|
|
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
|
|
|
details. */
|
|
|
|
|
|
|
|
extern bool NO_COPY wow64_has_64bit_parent;
|
|
|
|
|
|
|
|
extern bool wow64_test_for_64bit_parent ();
|
|
|
|
extern PVOID wow64_revert_to_original_stack (PVOID &allocationbase);
|
2011-12-17 02:05:25 -08:00
|
|
|
extern void wow64_respawn_process () __attribute__ ((noreturn));
|