2010-04-11 13:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbmzip/minizip.dif
  * contrib/hbmzip/ioapi.h
    + Enabled 64-bit file operations for open watcom 1.9.
    ! Fixed typo in prev commit regarding watcom.
This commit is contained in:
Viktor Szakats
2010-04-11 11:35:38 +00:00
parent 781120b5b7
commit ce594e2aa4
3 changed files with 12 additions and 4 deletions

View File

@@ -17,6 +17,12 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-04-11 13:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmzip/minizip.dif
* contrib/hbmzip/ioapi.h
+ Enabled 64-bit file operations for open watcom 1.9.
! Fixed typo in prev commit regarding watcom.
2010-04-11 13:23 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* package/winuni/RELNOTES
* Preparing for Open Watcom 1.9 and MSVS 2010 / WSDK 7.1.

View File

@@ -45,7 +45,7 @@
#include "zlib.h"
#if defined( __BORLANDC__ ) || \
defined( __WATCOM__ ) || \
( defined( __WATCOMC__ ) && __WATCOMC__ < 1290 ) || \
defined( __MINGW32CE__ )
# define USE_FILE32API
#endif

View File

@@ -145,12 +145,14 @@ diff -u ori\ioapi.c .\ioapi.c
pzlib_filefunc_def->zread_file = fread_file_func;
diff -u ori\ioapi.h .\ioapi.h
--- ori\ioapi.h Mon Feb 15 05:59:40 2010
+++ .\ioapi.h Fri Apr 09 20:06:51 2010
@@ -44,6 +44,10 @@
+++ .\ioapi.h Sun Apr 11 13:33:50 2010
@@ -44,6 +44,12 @@
#include <stdlib.h>
#include "zlib.h"
+#if defined( __BORLANDC__ ) || defined( __WATCOM__ )
+#if defined( __BORLANDC__ ) || \
+ ( defined( __WATCOMC__ ) && __WATCOMC__ < 1290 ) || \
+ defined( __MINGW32CE__ )
+# define USE_FILE32API
+#endif
+