2009-12-09 20:55 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/rddsql/sqlbase.c
    ! fixed yet another typo
This commit is contained in:
Przemyslaw Czerpak
2009-12-09 19:55:17 +00:00
parent 3700f5f794
commit 82ecf78e9d
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-09 20:55 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/rddsql/sqlbase.c
! fixed yet another typo
2009-12-09 20:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/Makefile
! added missing newly added header files - thanks to Itamar for

View File

@@ -1264,7 +1264,7 @@ HB_CALL_ON_STARTUP_BEGIN( _hb_sqlbase_init_ )
HB_CALL_ON_STARTUP_END( _hb_sqlbase_init_ )
#if defined( HB_PRAGMA_STARTUP )
#pragma startup sqlbase1__InitSymbols
#pragma startup sqlbase__InitSymbols
#pragma startup _hb_sqlbase_init_
#elif defined( HB_DATASEG_STARTUP )
#define HB_DATASEG_BODY HB_DATASEG_FUNC( sqlbase__InitSymbols ) \