See changelog 2000-09-21 19:00 GMT -3

This commit is contained in:
Luiz Rafael Culik
2000-09-21 21:52:02 +00:00
parent bd2ba2da77
commit 6f6f0a8fff
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2000-09-21 19:00 GMT -3 Luiz Rafael Culik <culik@sl.conex.net>
*utils/hdboc/hbdoc.prg
*Fixed an small error reported by SID
2000-09-21 16:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* include/hbver.h

View File

@@ -332,8 +332,8 @@ FUNCTION MAIN( cFlags, cLinkName, cAtFile )
ELSEIF lPdf
#ifdef PDF
// ProcessPDF(.t.)
ProcessPDF(.f.)
// #endif
// ProcessPDF(.f.)
#endif
ELSEIF lWww
ProcessWww()
ELSEIF lChm
@@ -361,10 +361,10 @@ FUNCTION MAIN( cFlags, cLinkName, cAtFile )
ELSEIF lNorton
ProcessFiles()
ELSEIF lPdf
// #ifdef PDF
#ifdef PDF
ProcessPDF(.t.)
ProcessPDF(.f.)
// #endif
#endif
ELSEIF lRtf
ProcessRtf()
ELSEIF lWww