diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2020-06-24 00:20:45 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2020-06-24 00:20:45 +0000 |
| commit | 3914721463f70500ecc1f59312b122d8788465cf (patch) | |
| tree | f253e72838d762e229ca71912a4a928e96cac2bd /lib | |
| parent | 5171bc9b11192d9ad273db7854787eaa65eb9997 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/isc/win32/include/isc/int.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/isc/win32/include/isc/int.h b/lib/isc/win32/include/isc/int.h index 2ee8bf96a3fb8..edcf59dd3ad7c 100644 --- a/lib/isc/win32/include/isc/int.h +++ b/lib/isc/win32/include/isc/int.h @@ -20,7 +20,9 @@ #ifndef ISC_INT_H #define ISC_INT_H 1 -#define _INTEGRAL_MAX_BITS 64 +#ifndef _INTEGRAL_MAX_BITS +# define _INTEGRAL_MAX_BITS 64 +#endif #include <limits.h> typedef __int8 isc_int8_t; |
