2008-05-15 12:37 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* contrib/rddads/rddads.h
     ! Fix to previous commit to avoid warning. (and again)
This commit is contained in:
Viktor Szakats
2008-05-15 10:38:27 +00:00
parent 8fa512be12
commit 2b2ad88096
2 changed files with 9 additions and 5 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-05-15 12:37 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/rddads/rddads.h
! Fix to previous commit to avoid warning. (and again)
2008-05-15 11:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/rddads/rddads.h
! Fix to previous commit to avoid warning.

View File

@@ -90,15 +90,15 @@
is recommended. If ADS_LIB_VERSION is defined, the old
define will be ignored. [vszakats] */
#if !defined( ADS_LIB_VERSION )
#if ADS_REQUIRE_VERSION == 5 && ADS_LIB_VERSION > 500
#if ADS_REQUIRE_VERSION == 5
#define ADS_LIB_VERSION 500
#elif ADS_REQUIRE_VERSION == 6 && ADS_LIB_VERSION > 600
#elif ADS_REQUIRE_VERSION == 6
#define ADS_LIB_VERSION 600
#elif ADS_REQUIRE_VERSION == 7 && ADS_LIB_VERSION > 700
#elif ADS_REQUIRE_VERSION == 7
#define ADS_LIB_VERSION 700
#elif ADS_REQUIRE_VERSION == 8 && ADS_LIB_VERSION > 800
#elif ADS_REQUIRE_VERSION == 8
#define ADS_LIB_VERSION 800
#elif ADS_REQUIRE_VERSION == 9 && ADS_LIB_VERSION > 900
#elif ADS_REQUIRE_VERSION == 9
#define ADS_LIB_VERSION 900
#endif
#endif