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:
@@ -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
|
||||
|
||||
3
harbour/external/minizip/ioapi.h
vendored
3
harbour/external/minizip/ioapi.h
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user