Split byte order routines out of utils.h

This commit is contained in:
Vinnie Falco
2013-05-25 16:32:08 -07:00
parent 4e8d4c28c2
commit 61fb6538d7
8 changed files with 122 additions and 73 deletions

View File

@@ -44,6 +44,12 @@
#include "events/ripple_UptimeTimer.cpp"
#ifdef WIN32
// Winsock #defines 'max' and does other stupid things so put it last
#include "Winsock2.h" // for ripple_ByteOrder.cpp
#endif
#include "memory/ripple_ByteOrder.cpp"
#ifdef _MSC_VER
//#pragma warning (pop)
#endif