diff options
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 |