diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 95a6a30417..590a52692b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-11-27 20:43 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/source/common/hbfsapi.c + ! fixed typo + 2007-11-27 18:58 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/xhb/hbcomprs.c * harbour/contrib/xhb/hbcomprs.h diff --git a/harbour/source/common/hbfsapi.c b/harbour/source/common/hbfsapi.c index 0a1ec84d7b..c9ef00181d 100644 --- a/harbour/source/common/hbfsapi.c +++ b/harbour/source/common/hbfsapi.c @@ -60,7 +60,7 @@ #if !defined( INVALID_FILE_ATTRIBUTES ) #define INVALID_FILE_ATTRIBUTES ( ( DWORD ) -1 ) #endif - #if !define( FILE_ATTRIBUTE_DEVICE ) + #if !defined( FILE_ATTRIBUTE_DEVICE ) #define FILE_ATTRIBUTE_DEVICE 0x00000040 #endif #elif defined( HB_OS_UNIX )