2008-07-06 23:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* include/hbundoc.api
     ! Casting in _tctemp()
This commit is contained in:
Viktor Szakats
2008-07-06 21:03:15 +00:00
parent dc542587a6
commit 42d36757b9
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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