2011-03-04 00:14 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbmzip/3rd/minizip/ioapi.h
    ! Fixed high chars resulting from copy/pasting from e-mail msg.
This commit is contained in:
Viktor Szakats
2011-03-03 23:15:13 +00:00
parent c61e0f1f83
commit 1719cfa12d
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-03-04 00:14 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmzip/3rd/minizip/ioapi.h
! Fixed high chars resulting from copy/pasting from e-mail msg.
2011-03-04 00:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmzip/3rd/minizip/minizip.dif
* contrib/hbmzip/3rd/minizip/ioapi.h

View File

@@ -67,7 +67,7 @@
defined( HB_OS_HAIKU ) || \
defined( HB_OS_DOS ) || \
defined( HB_OS_OS2 ) || \
   defined( HB_OS_CYGWIN ) || \
defined( HB_OS_CYGWIN ) || \
defined( HB_OS_MINIX )
# define USE_FILE32API
#endif