diff options
-rw-r--r-- | games/allacrost/files/patch-src-utils.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/allacrost/files/patch-src-utils.cpp b/games/allacrost/files/patch-src-utils.cpp new file mode 100644 index 000000000000..1744e5b3e887 --- /dev/null +++ b/games/allacrost/files/patch-src-utils.cpp @@ -0,0 +1,20 @@ +--- src/utils.cpp.orig 2010-09-02 20:33:23.000000000 +0400 ++++ src/utils.cpp 2010-09-02 20:34:01.000000000 +0400 +@@ -337,7 +337,7 @@ + } + + const char *source_char = reinterpret_cast<const char *>(source); +- #if (defined(_LIBICONV_VERSION) && _LIBICONV_VERSION == 0x0109) ++ #if 1 + // We are using an iconv API that uses const char* + const char *sourceChar = source_char; + #else +@@ -369,7 +369,7 @@ + return false; + } + +- #if (defined(_LIBICONV_VERSION) && _LIBICONV_VERSION == 0x0109) ++ #if 1 + // We are using an iconv API that uses const char* + const char *sourceChar = source; + #else |