blob: 68abf4674b44c1b872d4d7626346e02bc553e3d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- ofc/DGZipFile.m.orig 2008-08-02 05:58:14.000000000 +0000
+++ ofc/DGZipFile.m
@@ -31,10 +31,6 @@
#include <stdio.h>
#include <string.h>
-#ifdef HAVE_DGZIPFILE
-#include <zlib.h>
-#endif
-
#include "ofc/DDatable.h"
@@ -123,7 +119,7 @@
@interface DGZipFile : Object <DTextReadable,DTextWritable,DDataReadable,DDataWritable>
{
@private
- void *_file; // the file pointer
+ gzFile _file; // the file pointer
}
#endif
|