2010-02-03 15:01 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/hbct/video.c
    * pacified DJGPP warning

  * harbour/external/jpeg/Makefile
    * define HAVE_STDLIB_H - it's necessary for exit() function used in
      jerror.c
This commit is contained in:
Przemyslaw Czerpak
2010-02-03 14:01:55 +00:00
parent 7c66e97ed6
commit 2d9d7ffffb
3 changed files with 10 additions and 1 deletions

View File

@@ -17,6 +17,14 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-02-03 15:01 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbct/video.c
* pacified DJGPP warning
* harbour/external/jpeg/Makefile
* define HAVE_STDLIB_H - it's necessary for exit() function used in
jerror.c
2010-02-03 14:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.pt_BR.po
* utils/hbmk2/hbmk2.hu_HU.po

View File

@@ -300,7 +300,7 @@ HB_FUNC( VIDEOTYPE )
HB_FUNC( SETFONT )
{
const char *font = hb_parcx( 1 );
int len = hb_parclen( 1 );
unsigned len = ( unsigned ) hb_parclen( 1 );
int area = hb_parni( 2 );
int offset = 0;
int count = 256;

View File

@@ -89,6 +89,7 @@ ifeq ($(filter $(HB_COMPILER),<>),)
include $(TOP)$(ROOT)config/detfun.mk
ifneq ($(HB_HAS_JPEG_LOCAL),)
HB_CFLAGS += -DHAVE_STDLIB_H
include $(TOP)$(ROOT)config/lib.mk
else
HB_SKIP_REASON := unused