mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Fix platform and debug macros
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
|
||||
// Reference: http://www.mail-archive.com/licq-commits@googlegroups.com/msg02334.html
|
||||
|
||||
// VFALCO TODO use BEAST_* platform macros instead of hard-coded compiler specific ones
|
||||
#ifdef WIN32
|
||||
#if BEAST_WIN32
|
||||
extern uint64_t htobe64 (uint64_t value);
|
||||
extern uint64_t be64toh (uint64_t value);
|
||||
extern uint32_t htobe32 (uint32_t value);
|
||||
|
||||
Reference in New Issue
Block a user