diff options
Diffstat (limited to 'audio/playgsf/files/patch-VBA_Util.cpp')
-rw-r--r-- | audio/playgsf/files/patch-VBA_Util.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/playgsf/files/patch-VBA_Util.cpp b/audio/playgsf/files/patch-VBA_Util.cpp new file mode 100644 index 000000000000..096a5f6f0262 --- /dev/null +++ b/audio/playgsf/files/patch-VBA_Util.cpp @@ -0,0 +1,12 @@ +--- ./VBA/Util.cpp.orig 2013-04-02 11:32:02.322879639 +0200 ++++ ./VBA/Util.cpp 2013-04-02 11:33:58.107884638 +0200 +@@ -1484,7 +1484,8 @@ + + gzFile utilGzOpen(const char *file, const char *mode) + { +- utilGzWriteFunc = (int (ZEXPORT *)(void *,void * const, unsigned int))gzwrite; ++ // utilGzWriteFunc = (int (ZEXPORT *)(void *,void * const, unsigned int))gzwrite; ++ utilGzWriteFunc = (int (ZEXPORT *)(gzFile_s*, void * const, unsigned int))gzwrite; + utilGzReadFunc = gzread; + utilGzCloseFunc = gzclose; + |