2004-03-10 10:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2004-03-10 07:29:38 +00:00
parent 23220cd380
commit 80e5f2a1e8
2 changed files with 7 additions and 3 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2004-03-10 10:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/rdd/dbfcdx/dbfcdx1.c
! Initialization code fixed.
2004-03-09 22:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* hrbdll.vc
* file has been updated due to adding source/rtl/hbrandom.c.

View File

@@ -311,9 +311,7 @@ HB_INIT_SYMBOLS_BEGIN( dbfcdx1__InitSymbols )
{ "DBFCDX_GETFUNCTABLE", HB_FS_PUBLIC, HB_FUNCNAME( DBFCDX_GETFUNCTABLE ), NULL }
HB_INIT_SYMBOLS_END( dbfcdx1__InitSymbols )
#if defined(HB_PRAGMA_STARTUP)
#pragma startup dbfcdx1__InitSymbols
#elif defined(_MSC_VER)
#if defined(_MSC_VER)
#if _MSC_VER >= 1010
#pragma data_seg( ".CRT$XIY" )
#pragma comment( linker, "/Merge:.CRT=.data" )
@@ -322,6 +320,8 @@ HB_INIT_SYMBOLS_END( dbfcdx1__InitSymbols )
#endif
static HB_$INITSYM hb_vm_auto_dbfcdx1__InitSymbols = dbfcdx1__InitSymbols;
#pragma data_seg()
#elif ! defined(__GNUC__)
#pragma startup dbfcdx1__InitSymbols
#endif
#ifdef HB_CDX_DSPDBG_INFO