about summary refs log tree commit diff stats
path: root/wrapperhelper/example-libc.h
diff options
context:
space:
mode:
authorrajdakin <rajdakin@gmail.com>2024-09-07 15:20:17 +0200
committerGitHub <noreply@github.com>2024-09-07 15:20:17 +0200
commitf0d7582845e124ed61b86f43da30a7b3f3f0c3f5 (patch)
tree2ee0c53821805b33ca47e0919fea95ccb920cd52 /wrapperhelper/example-libc.h
parent75bdb328284b8e5b6827eeb7d5cedef26222e7db (diff)
downloadbox64-f0d7582845e124ed61b86f43da30a7b3f3f0c3f5.tar.gz
box64-f0d7582845e124ed61b86f43da30a7b3f3f0c3f5.zip
Upgraded the wrapper helper (#1803)
* [WRAPPERHELPER] Fixed unsigned comparison in macros, added macro expanding in include commands, added -I option

* [WRAPPERHELPER] Forgot the README
Diffstat (limited to 'wrapperhelper/example-libc.h')
-rw-r--r--wrapperhelper/example-libc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/wrapperhelper/example-libc.h b/wrapperhelper/example-libc.h
index 24dea13d..8125f75e 100644
--- a/wrapperhelper/example-libc.h
+++ b/wrapperhelper/example-libc.h
@@ -1,10 +1,6 @@
-#define __x86_64__
-#define __WCHAR_MAX__ 2147483647
-#define __WCHAR_MIN__ (-__WCHAR_MAX - 1)
 #define _GNU_SOURCE 1
 #define __USE_MISC 1
 #define PORTMAP
-#define __WORDSIZE 64
 
 // Based on /usr/include/clang/Basic/TokenKinds.def
 // Alternate spelling for various tokens.  There are GCC extensions in all