feture match with master
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
#define UMODETYPES_H
|
||||
|
||||
#ifdef __linux__
|
||||
|
||||
#define DefaultMode 255
|
||||
#elif __FreeBSD__
|
||||
|
||||
#define DefaultMode 255
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user