about summary refs log tree commit diff stats
path: root/wow64/compiler.h
diff options
context:
space:
mode:
authorAndré Zwing <nerv@dawncrow.de>2025-05-11 16:55:19 +0200
committerGitHub <noreply@github.com>2025-05-11 16:55:19 +0200
commita9ddd396c4e5feca0276f78cf6f21373db596082 (patch)
tree6b567fab37b6b388e8e7e6f6f7470fe4c53f82f8 /wow64/compiler.h
parentf0b060dadd041455edbfc9537a1061a8adf7b86b (diff)
downloadbox64-a9ddd396c4e5feca0276f78cf6f21373db596082.tar.gz
box64-a9ddd396c4e5feca0276f78cf6f21373db596082.zip
[WOW64] Initial implementation patches (#2619)
* [WOW64] Add stub for VolatileRangesContains

* [WOW64] Implement BTCpu[GS]etContext

* [WOW64] Add env support
Diffstat (limited to 'wow64/compiler.h')
-rw-r--r--wow64/compiler.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/wow64/compiler.h b/wow64/compiler.h
new file mode 100644
index 00000000..1fff78b3
--- /dev/null
+++ b/wow64/compiler.h
@@ -0,0 +1,7 @@
+#ifndef __COMPILER_H_
+#define __COMPILER_H_
+
+/* Things missing from mingw64 right now */
+#define ThreadWow64Context (29)
+
+#endif //__COMPILER_H_