Skip to content
Snippets Groups Projects
Commit 5fb8778e authored by sfan5's avatar sfan5
Browse files

Fix Windows build

parent f6fc39e6
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,13 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#ifdef _WIN32
#define __BYTE_ORDER 0
#define __LITTLE_ENDIAN 0
#define __BIG_ENDIAN 1
#else
#include <endian.h>
#endif
#ifdef USTRING_CPP0X
# include <utility>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment