diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/apr.hnw | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/apr.hnw b/include/apr.hnw index 41317104b..3ac30a913 100644 --- a/include/apr.hnw +++ b/include/apr.hnw @@ -271,22 +271,6 @@ typedef int apr_socklen_t; #define APR_INT64_C(val) (val##i64) #endif -//srj added in here, libc c no longer takes care of these - -typedef unsigned char nuint8; -typedef unsigned short nuint16; - -#define NGetLo8(a16) ((nuint8)((nuint16)(a16) & 0xFF)) -#define NGetHi8(a16) ((nuint8)((nuint16)(a16) >> 8)) - - -#if !defined( HIBYTE ) - #define HIBYTE NGetHi8 - #endif - #if !defined( LOBYTE ) - #define LOBYTE NGetLo8 -#endif - /* PROC mutex is a GLOBAL mutex on Netware */ #define APR_PROC_MUTEX_IS_GLOBAL 1 |