From abd3ca1395993b3978b0e5596e117169ee746ec6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 4 Aug 2006 13:26:53 +0000 Subject: [PATCH] 2006-08-04 15:24 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu) * harbour/include/hbundoc.api + Added _tctemp() undocumented call. * harbour/source/rtl/fserror.c ! Fixed trace message. --- harbour/include/hbundoc.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/include/hbundoc.api b/harbour/include/hbundoc.api index bd0c268272..693f3b3342 100644 --- a/harbour/include/hbundoc.api +++ b/harbour/include/hbundoc.api @@ -80,6 +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 _tcurdir hb_fsCurDir #define _tcurdrv hb_fsCurDrv #define _tdevraw hb_fsSetDevMode @@ -93,7 +94,6 @@ #define _tread hb_fsRead #define _trename hb_fsRename #define _trmdir hb_fsRmDir -#define _tctemp(p,a,b) hb_fsCreateTemp( p, "", a, b ) #define _tunlink hb_fsDelete #define _twrite hb_fsWrite