mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Re-enable the float/double versions of hton{d,f} on Windows
This commit is contained in:
parent
1f0860b5e2
commit
3750396aed
1 changed files with 0 additions and 2 deletions
|
@ -283,7 +283,6 @@ inline uint64_t htonll(uint64_t i)
|
|||
|
||||
#else
|
||||
|
||||
#ifndef _MSC_VER
|
||||
inline double ntohd(double d)
|
||||
{
|
||||
assert(sizeof(d) == 8);
|
||||
|
@ -329,7 +328,6 @@ inline float htonf(float f)
|
|||
{
|
||||
return ntohf(f);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_BYTEORDER_64
|
||||
inline uint64_t ntohll(uint64_t i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue