2010-10-23 09:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/hbct/video.c
    * updated to compile with DJGPP 2.03
This commit is contained in:
Przemyslaw Czerpak
2010-10-23 07:36:17 +00:00
parent 3eda178850
commit 5ade4143ba
2 changed files with 7 additions and 0 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-10-23 09:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbct/video.c
* updated to compile with DJGPP 2.03
2010-10-23 09:16 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/external/zlib/zutil.h
* harbour/external/zlib/gzguts.h

View File

@@ -192,6 +192,9 @@ HB_FUNC( SETFONT )
height = len / count;
#if defined( __DJGPP__ )
# ifndef __tb_size
# define __tb_size _go32_info_block.size_of_transfer_buffer
# endif
{
__dpmi_regs r;