From: Alexander S.K. <al...@be...> - 2008-03-13 13:43:14
|
> 2008-03-13 12:50 UTC+0100 Miguel Angel marchuet Frutos (miguelangel/at/marchuet.net) > * source/client/leto1.c > + Added ulConnect as 4 parameter for DbDrop and DbExists > > is possible we need for harbour an #ifdef, because by the moment harbour don't support 4th parameter connection > 2008-03-13 16:38 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/rddleto.h * Added conditional definition of DBENTRYP_RVVL to discard problems with previous change. I've added to rddleto.h the following: #ifndef DBENTRYP_RVVL typedef USHORT ( * DBENTRYP_RVVL )( struct _RDDNODE * pRDD, PHB_ITEM p1, PHB_ITEM p2, ULONG p3 ); #endif because there could be problems not only with Harbour, but with xHarbour official releases, too. Don't forget that not all people ( maybe, only small part of them ) uses latest CVS code. Regards, Alexander. |