2008-07-06 23:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* include/hbundoc.api
! Casting in _tctemp()
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-07-06 23:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* include/hbundoc.api
|
||||
! Casting in _tctemp()
|
||||
|
||||
2008-07-05 03:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* source/rtl/transfrm.c
|
||||
+ Added patch by Javier. This will make @R picture
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
#define _tclose hb_fsClose
|
||||
#define _tcommit hb_fsCommit
|
||||
#define _tcreat hb_fsCreate
|
||||
#define _tctemp(p,a,b) hb_fsCreateTemp( p, "", a, b )
|
||||
#define _tctemp(p,a,b) hb_fsCreateTemp( p, ( BYTE * ) "", a, b )
|
||||
#define _tcurdir hb_fsCurDir
|
||||
#define _tcurdrv hb_fsCurDrv
|
||||
#define _tdevraw hb_fsSetDevMode
|
||||
|
||||
Reference in New Issue
Block a user