2010-06-06 22:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* external/minizip/ioapi.h
    ! Fixed for watcom compilers (turned off 64-bit file IO)
This commit is contained in:
Viktor Szakats
2010-06-06 20:29:42 +00:00
parent b8522a372e
commit b0c8a35e2d
2 changed files with 6 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-06-06 22:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* external/minizip/ioapi.h
! Fixed for watcom compilers (turned off 64-bit file IO)
2010-06-06 22:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* package/mpkg_win.nsi
* package/winuni/mpkg_win_uni.nsi

View File

@@ -23,7 +23,8 @@
#if !(defined(_WIN32) || defined(WIN32)) && \
!(defined(__MSDOS__) || defined(MSDOS)) && \
!(defined(OS_2) || defined(__OS2__) || defined(OS2))
!(defined(OS_2) || defined(__OS2__) || defined(OS2)) && \
!defined(__WATCOMC__)
/* Linux needs this to support file operation on files larger then 4+GB
* on 32bit platforms