Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Windows build
  • Loading branch information
sfan5 committed Jun 23, 2014
1 parent f6fc39e commit 5fb8778
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/cguittfont/irrUString.h
Expand Up @@ -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>
Expand Down

0 comments on commit 5fb8778

Please sign in to comment.