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:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
1
harbour/external/jpeg/Makefile
vendored
1
harbour/external/jpeg/Makefile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user