diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-09-03 22:19:24 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-09-03 22:19:24 +0200 |
| commit | 6b41f28e2b3410b9c5b5883dffb4576193a82925 (patch) | |
| tree | 0e8e2adbacef4a7204e7fad9478c2fb715e31c0c /src | |
| parent | 5e027587134a20451ab4aefde639eb254d80844a (diff) | |
| download | box64-6b41f28e2b3410b9c5b5883dffb4576193a82925.tar.gz box64-6b41f28e2b3410b9c5b5883dffb4576193a82925.zip | |
[WOWBOX64] Fixed build
Diffstat (limited to 'src')
| -rw-r--r-- | src/include/os.h | 1 |
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 |