Merge branch 'pr/78' into mingw

This commit is contained in:
Thomas Krijnen
2016-06-05 14:01:55 +02:00
4 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
#include <iostream>
#include <boost/cstdint.hpp>
#if defined(_WIN32) && !defined(__CYGWIN__)
#if defined(_WIN32) && defined(__CYGWIN__)
#define SET_BINARY_STREAMS
#endif
#ifdef SET_BINARY_STREAMS