diff options
Diffstat (limited to 'as400/zlib.inc')
-rw-r--r-- | as400/zlib.inc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/as400/zlib.inc b/as400/zlib.inc index 04c3309..2905ee0 100644 --- a/as400/zlib.inc +++ b/as400/zlib.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | * ZLIB.INC - Interface to the general purpose compression library | 1 | * ZLIB.INC - Interface to the general purpose compression library |
2 | * | 2 | * |
3 | * ILE RPG400 version by Patrick Monnerat, DATASPHERE. | 3 | * ILE RPG400 version by Patrick Monnerat, DATASPHERE. |
4 | * Version 1.2.2.2 | 4 | * Version 1.2.2.3 |
5 | * | 5 | * |
6 | * | 6 | * |
7 | * WARNING: | 7 | * WARNING: |
@@ -20,8 +20,12 @@ | |||
20 | * Constants | 20 | * Constants |
21 | ************************************************************************** | 21 | ************************************************************************** |
22 | * | 22 | * |
23 | D ZLIB_VERSION C '1.2.2.2' Header's version | 23 | * Versioning information. |
24 | D ZLIB_VERNUM C X'1222' | 24 | * |
25 | D ZLIB_VERSION C '1.2.2.3' | ||
26 | D ZLIB_VERNUM C X'1223' | ||
27 | * | ||
28 | * Other equates. | ||
25 | * | 29 | * |
26 | D Z_NO_FLUSH C 0 | 30 | D Z_NO_FLUSH C 0 |
27 | D Z_SYNC_FLUSH C 2 | 31 | D Z_SYNC_FLUSH C 2 |