We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ad457 commit a95878eCopy full SHA for a95878e
third_party/kaitai/kaitaistream.cpp
@@ -10,7 +10,7 @@
10
#define __BYTE_ORDER BYTE_ORDER
11
#define __BIG_ENDIAN BIG_ENDIAN
12
#define __LITTLE_ENDIAN LITTLE_ENDIAN
13
-#elif defined(_MSC_VER) // !__APPLE__
+#elif defined(_MSC_VER) || defined(__MINGW32__) // !__APPLE__
14
#include <stdlib.h>
15
#define __LITTLE_ENDIAN 1234
16
#define __BIG_ENDIAN 4321
0 commit comments