Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extern/mantaflow/preprocessed/fileio/ioutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/mantaflow/preprocessed/fileio/ioutil.cpp b/extern/mantaflow/preprocessed/fileio/ioutil.cpp
index 7c1682dfc5e..0bbbc7b6d11 100644
--- a/extern/mantaflow/preprocessed/fileio/ioutil.cpp
+++ b/extern/mantaflow/preprocessed/fileio/ioutil.cpp
@@ -29,7 +29,7 @@ namespace Manta {
void *safeGzopen(const char *filename, const char *mode)
{
gzFile gzfile;
-# if defined(WIN32) || defined(_WIN32)
+# if 0
UTF16_ENCODE(filename);
// gzopen_w() is supported since zlib v1.2.7