From 3e64189ff5b3ccea8ff1daa30cfbff4c53a39f49 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 26 Apr 2010 19:38:20 +0000 Subject: [PATCH] 2010-04-26 21:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/dummy.c + Added dummy FILEPRINT() synonym for PRINTFILE(). --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbct/dummy.c | 1 + 2 files changed, 5 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6ffc288f7c..59ec59cf86 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-04-26 21:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbct/dummy.c + + Added dummy FILEPRINT() synonym for PRINTFILE(). + 2010-04-26 21:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * external/minizip/unzip.c + Enabled encryption on unzip. For some reason original diff --git a/harbour/contrib/hbct/dummy.c b/harbour/contrib/hbct/dummy.c index 52ebfde744..b61cb40389 100644 --- a/harbour/contrib/hbct/dummy.c +++ b/harbour/contrib/hbct/dummy.c @@ -190,6 +190,7 @@ HB_FUNC( SAVEFSEEK ) {;} HB_FUNC( SETSHARE ) {;} /* Introduction Printer Functions */ HB_FUNC( NUMPRINTER ) {;} +HB_FUNC( FILEPRINT ) {;} HB_FUNC( PRINTFILE ) {;} HB_FUNC( PRINTINIT ) {;} HB_FUNC( PRINTSCR ) {;}