2010-04-26 21:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbct/dummy.c
    + Added dummy FILEPRINT() synonym for PRINTFILE().
This commit is contained in:
Viktor Szakats
2010-04-26 19:38:20 +00:00
parent 23ab5fb10b
commit 3e64189ff5
2 changed files with 5 additions and 0 deletions

View File

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

View File

@@ -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 ) {;}