20000306-15:37 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-03-06 14:40:31 +00:00
parent 3f335033d4
commit dcf28f8a55
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
20000306-15:37 GMT+1 Victor Szakats <info@szelvesz.hu>
* contrib/rdd_ads/ads1.c
! FS_* macros renamed to _HB_FS_*
20000306-13:25 GMT+1 Victor Szakats <info@szelvesz.hu>
* include/hberrors.h
- Obsolete WARN_NONDIRECTIVE #define removed.

View File

@@ -59,8 +59,8 @@ extern int adsRights;
extern int adsCharType;
HB_INIT_SYMBOLS_BEGIN( ads1__InitSymbols )
{ "_ADS", FS_PUBLIC, HB__ADS, 0 },
{ "ADS_GETFUNCTABLE", FS_PUBLIC, HB_ADS_GETFUNCTABLE, 0 }
{ "_ADS", _HB_FS_PUBLIC, HB__ADS, 0 },
{ "ADS_GETFUNCTABLE", _HB_FS_PUBLIC, HB_ADS_GETFUNCTABLE, 0 }
HB_INIT_SYMBOLS_END( ads1__InitSymbols )
#if ! defined(__GNUC__) && ! defined(_MSC_VER)
#pragma startup ads1__InitSymbols