feture match with master

This commit is contained in:
2026-09-11 03:50:43 +01:00
parent bcaf026ef5
commit 79bc676f49
16 changed files with 293 additions and 11 deletions
+1 -2
View File
@@ -3,7 +3,6 @@
// please see attached licence for full usage and rights
//defined like stdint to avoid confilict
#ifdef _WrathINT
#ifndef _STDINT_H
#define _STDINT_H 1
@@ -52,4 +51,4 @@ typedef unsigned long size_t;
#define INT32_MIN ((int32_t)(-INT32_MAX - 1))
#define INT64_MIN ((int64_t)(-INT64_MAX - 1))
#endif
#endif
+2 -2
View File
@@ -6,9 +6,9 @@
#define UMODETYPES_H
#ifdef __linux__
#define DefaultMode 255
#elif __FreeBSD__
#define DefaultMode 255
#endif
#endif