about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-09-03 22:19:24 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-09-03 22:19:24 +0200
commit6b41f28e2b3410b9c5b5883dffb4576193a82925 (patch)
tree0e8e2adbacef4a7204e7fad9478c2fb715e31c0c /src
parent5e027587134a20451ab4aefde639eb254d80844a (diff)
downloadbox64-6b41f28e2b3410b9c5b5883dffb4576193a82925.tar.gz
box64-6b41f28e2b3410b9c5b5883dffb4576193a82925.zip
[WOWBOX64] Fixed build
Diffstat (limited to 'src')
-rw-r--r--src/include/os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/os.h b/src/include/os.h
index 7a6c036c..fc778928 100644
--- a/src/include/os.h
+++ b/src/include/os.h
@@ -11,6 +11,7 @@
 #include <windows.h>
 typedef __int64 ssize_t;
 #define dlsym(a, b) NULL
+#define box_strdup(a) strdup(a)
 
 #define PROT_READ  0x1
 #define PROT_WRITE 0x2