See changelog 2000-09-21 19:00 GMT -3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user