about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-07-03 19:14:14 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-07-03 19:14:14 +0200
commit60ea78729dcda6f0e779f9b8f0f293ed77abaa7b (patch)
tree0e50a1174e7f96a299d11300b05bcf9128620f51 /src
parentab9b88091cb175ce0d8ec242c04583b54e2db02c (diff)
downloadbox64-60ea78729dcda6f0e779f9b8f0f293ed77abaa7b.tar.gz
box64-60ea78729dcda6f0e779f9b8f0f293ed77abaa7b.zip
[WOW64] This should fix the build
Diffstat (limited to 'src')
-rw-r--r--src/os/os_wine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/os_wine.c b/src/os/os_wine.c
index add139dc..7034b8f0 100644
--- a/src/os/os_wine.c
+++ b/src/os/os_wine.c
@@ -13,6 +13,7 @@
 
 NTSTATUS WINAPI NtYieldExecution(void);
 
+int box64_isAddressSpace32 = 0;
 
 int GetTID(void)
 {