mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
compile on windows
This commit is contained in:
@@ -204,6 +204,13 @@ uint64_t be64toh(uint64_t value)
|
||||
return(value);
|
||||
}
|
||||
|
||||
uint32_t htobe32(uint32_t value)
|
||||
{
|
||||
return(htonl(value));
|
||||
}
|
||||
|
||||
uint32_t be32toh(uint32_t value){ return(value); }
|
||||
|
||||
#endif
|
||||
|
||||
// vim:ts=4
|
||||
|
||||
Reference in New Issue
Block a user