This commit is contained in:
Jonathan Campbell
2019-04-09 17:31:02 -07:00
parent d1390406d7
commit 83ca32c984

View File

@@ -11,7 +11,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#if defined(__MINGW32__)
#if defined(__MINGW32__) || defined(_WIN32) || defined(WINDOWS)
# define ICONV_LITTLE_ENDIAN 1234
# define ICONV_BIG_ENDIAN 4321
# define ICONV_BYTE_ORDER ICONV_LITTLE_ENDIAN