From 42d36757b9a8482a7d2f66c2b5b1745ed4d2dc00 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 6 Jul 2008 21:03:15 +0000 Subject: [PATCH] 2008-07-06 23:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbundoc.api ! Casting in _tctemp() --- harbour/ChangeLog | 4 ++++ harbour/include/hbundoc.api | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e5e00fb3d5..dc3f990047 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +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 diff --git a/harbour/include/hbundoc.api b/harbour/include/hbundoc.api index 86b2a71941..ceab69db89 100644 --- a/harbour/include/hbundoc.api +++ b/harbour/include/hbundoc.api @@ -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