compile on windows

This commit is contained in:
jed
2012-07-14 08:41:05 -07:00
parent d3e1b98fe8
commit 13a68da567
10 changed files with 16 additions and 10 deletions

View File

@@ -199,6 +199,11 @@ uint64_t htobe64(uint64_t value)
//}
}
uint64_t be64toh(uint64_t value)
{
return(value);
}
#endif
// vim:ts=4