aboutsummaryrefslogtreecommitdiff
path: root/audio/playgsf/files/extrapatch-VBA__Util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/playgsf/files/extrapatch-VBA__Util.cpp')
-rw-r--r--audio/playgsf/files/extrapatch-VBA__Util.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/playgsf/files/extrapatch-VBA__Util.cpp b/audio/playgsf/files/extrapatch-VBA__Util.cpp
new file mode 100644
index 000000000000..096a5f6f0262
--- /dev/null
+++ b/audio/playgsf/files/extrapatch-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;
+