diff options
author | Marvin Borner | 2021-02-18 21:04:50 +0100 |
---|---|---|
committer | Marvin Borner | 2021-02-18 21:04:50 +0100 |
commit | 2ae5e5b31a943719083dd64ee24c4200220f7ff0 (patch) | |
tree | f1f6481c4a2f63dc95b296a304476711ca19545b /libc/inc/def.h | |
parent | e28ea65105c4afd3a3dea7d050b392565d15120d (diff) |
Switched to default lodepng version
This should be a bit faster and less buggy
Diffstat (limited to 'libc/inc/def.h')
-rw-r--r-- | libc/inc/def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/inc/def.h b/libc/inc/def.h index a6e3210..02a2990 100644 --- a/libc/inc/def.h +++ b/libc/inc/def.h @@ -36,6 +36,9 @@ typedef unsigned long long u64; #define S32_MAX 2147483647 #define S32_MIN -2147483648 +#define LONG_MAX S32_MAX +#define LONG_MIN S32_MIN + #define MILLION 1000000 #define BILLION 1000000000 #define TRILLION 1000000000000 |