diff options
| author | André Zwing <nerv@dawncrow.de> | 2025-05-11 16:55:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-11 16:55:19 +0200 |
| commit | a9ddd396c4e5feca0276f78cf6f21373db596082 (patch) | |
| tree | 6b567fab37b6b388e8e7e6f6f7470fe4c53f82f8 /wow64/compiler.h | |
| parent | f0b060dadd041455edbfc9537a1061a8adf7b86b (diff) | |
| download | box64-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.h | 7 |
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_ |