mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 19:04:57 -05:00
don't typedef socklen_t for _MSC_VER >= 1914
This commit is contained in:
parent
5cf8fc4bba
commit
0eda75fec0
1 changed files with 2 additions and 0 deletions
|
|
@ -36,7 +36,9 @@
|
|||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#if _MSC_VER < 1914
|
||||
typedef uint32_t socklen_t;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue