summaryrefslogtreecommitdiff
path: root/storage/connect/ioapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/ioapi.h')
-rw-r--r--storage/connect/ioapi.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/storage/connect/ioapi.h b/storage/connect/ioapi.h
index 8dcbdb06e35..4fa73002053 100644
--- a/storage/connect/ioapi.h
+++ b/storage/connect/ioapi.h
@@ -129,8 +129,9 @@ extern "C" {
#endif
#endif
-
-
+#ifndef OF
+#define OF(args) args
+#endif
typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));