Some Win32 changes for clean compile of IPv6.
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
|
||||
#if !defined(__cplusplus)
|
||||
|
||||
#if !defined(__GNUC__) && !defined(_MSC_VER)
|
||||
#if !defined(__GNUC__)
|
||||
/* _Bool builtin type is included in GCC */
|
||||
/* ISO C Standard: 5.2.5 An object declared as
|
||||
type _Bool is large enough to store
|
||||
/* ISO C Standard: 5.2.5 An object declared as
|
||||
type _Bool is large enough to store
|
||||
the values 0 and 1. */
|
||||
/* We choose 8 bit to match C++ */
|
||||
/* It must also promote to integer */
|
||||
|
||||
Reference in New Issue
Block a user