From ded42b80900733b739bf090b064dd008def54c3e Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Fri, 24 Aug 2012 13:05:01 +0000 Subject: [PATCH] 2012-08-24 15:04 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/include/hbdefs.h ! typo defien -> define --- harbour/ChangeLog | 4 ++++ harbour/include/hbdefs.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e4b36e95d7..b53bf2323e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-08-24 15:04 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * harbour/include/hbdefs.h + ! typo defien -> define + 2012-08-24 15:01 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/doc/locks.txt * harbour/extras/hbapollo/ttable.prg diff --git a/harbour/include/hbdefs.h b/harbour/include/hbdefs.h index 18a1acb074..75db65ba19 100644 --- a/harbour/include/hbdefs.h +++ b/harbour/include/hbdefs.h @@ -720,7 +720,7 @@ typedef HB_U32 HB_FATTR; #endif #ifndef HB_PF64 -# defien HB_PF64 PFLL +# define HB_PF64 PFLL #endif #if defined( HB_OS_WIN_64 )