2012-03-07 20:25 UTC+0100 Viktor Szakats (harbour syenar.net)

* contrib/hbhpdf/harupdf.ch
    ! fixed two constants
This commit is contained in:
Viktor Szakats
2012-03-07 19:26:22 +00:00
parent ce727a9188
commit 638fdffa54
2 changed files with 6 additions and 2 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-03-07 20:25 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbhpdf/harupdf.ch
! fixed two constants
2012-03-06 16:47 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/hbide.hbp
* contrib/hbide/ideactions.prg

View File

@@ -288,8 +288,8 @@
//----------------------------------------------------------------------//
#define HPDF_TRUE 1
#define HPDF_FALSE 0
#define HPDF_TRUE .T.
#define HPDF_FALSE .F.
#define HPDF_OK 0
#define HPDF_NOERROR 0