ChangeLogTag:19990731-23:20 GMT+1 Bruno Cantero <bruno@issnet.net>

This commit is contained in:
Bruno Cantero
1999-07-31 21:35:11 +00:00
parent aff8a6aee1
commit 20f8a0096a
2 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
19990731-23:20 GMT+1 Bruno Cantero <bruno@issnet.net>
* source/rdd/dbcmd.c
Forced to link rddsys.prg
19990731-17:00 EDT Paul Tucker <ptucker@sympatico.ca>
* makefile.vc
* moved contents of rdd.lib into harbour.lib

View File

@@ -115,12 +115,6 @@ static USHORT uiNetError = 0; /* Error on Networked environments */
static LPAREANODE pWorkAreas = 0; /* WorkAreas */
static LPAREANODE pCurrArea = 0; /* Pointer to a selectd and valid area */
static void LinkRddSys( void ) /* Never must be called */
{
HB_RDDSYS();
LinkRddSys(); /* Just to keep compiler silent */
}
static void hb_CheckRdd( void )
{
if( !szDefDriver )
@@ -132,6 +126,7 @@ static void hb_CheckRdd( void )
HB_DBF();
HB_SDF();
HB_DELIM();
HB_RDDSYS();
}
}