2002-05-25 21:36 UTC-0800 Ron Pinkas <ron@ronpinkas.com>

* contrib/rdd_ads/ads1.c
    + Added #ifdef section to support xHarbour PCODE version check.
This commit is contained in:
Ron Pinkas
2002-05-26 04:37:06 +00:00
parent 8f6a0cc29e
commit 92f5c3c3fb
2 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2002-05-25 21:36 UTC-0800 Ron Pinkas <ron@ronpinkas.com>
* contrib/rdd_ads/ads1.c
+ Added #ifdef section to support xHarbour PCODE version check.
2002-05-25 21:00 UTC-0300 Walter Negro <anegro@overnet.com.ar>
* source/rtl/tget.prg
! Fix picture function in lower case. (eg: @s )

View File

@@ -77,6 +77,11 @@ extern int adsLockType;
extern int adsRights;
extern int adsCharType;
#ifdef HB_PCODE_VER
#undef HB_PRG_PCODE_VER
#define HB_PRG_PCODE_VER HB_PCODE_VER
#endif
HB_INIT_SYMBOLS_BEGIN( ads1__InitSymbols )
{ "_ADS", HB_FS_PUBLIC, HB_FUNCNAME( _ADS ), NULL },
{ "ADS_GETFUNCTABLE", HB_FS_PUBLIC, HB_FUNCNAME( ADS_GETFUNCTABLE ), NULL }