Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/wow64.h')
-rw-r--r--winsup/cygwin/wow64.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/wow64.h b/winsup/cygwin/wow64.h
new file mode 100644
index 000000000..bd0564f1f
--- /dev/null
+++ b/winsup/cygwin/wow64.h
@@ -0,0 +1,15 @@
+/* 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);
+extern void wow64_respawn_process ();