2008-08-04 20:24 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* include/hbdefs.h
     ! Fixed 4 remaining warnings in BCC 5.8.2 builds.
       Many thanks to Przemek for the patch.
       NOTE: Now BCC58 core is warning-free and there are 
             two warnings in its own header files, exploited 
             by contrib hbcurl/libcurl.
This commit is contained in:
Viktor Szakats
2008-08-04 18:29:09 +00:00
parent 47227807c9
commit f685ed3713
2 changed files with 12 additions and 0 deletions

View File

@@ -8,6 +8,14 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-08-04 20:24 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* include/hbdefs.h
! Fixed 4 remaining warnings in BCC 5.8.2 builds.
Many thanks to Przemek for the patch.
NOTE: Now BCC58 core is warning-free and there are
two warnings in its own header files, exploited
by contrib hbcurl/libcurl.
2008-08-04 16:34 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* harbour-ce-spec
* harbour-w32-spec

View File

@@ -72,6 +72,10 @@
# if ( defined( __BORLANDC__ ) && __BORLANDC__ >= 1410 )
# undef INT32_MIN
# define INT32_MIN ((int32_t) (-INT32_MAX-1))
# undef INT64_MIN
# define INT64_MIN (9223372036854775807i64-1)
# undef INT64_MAX
# define INT64_MAX 9223372036854775807i64
# endif
#endif