Fluid: Temporary fix for gzopen on windows

Needs more consideration. This fixes compilation for now.
This commit is contained in:
Sebastián Barschkis 2020-02-19 19:31:48 +01:00
parent 05fd2acf89
commit bda8076d35
1 changed files with 1 additions and 1 deletions

View File

@ -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