2007-11-27 20:43 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/common/hbfsapi.c
    ! fixed typo
This commit is contained in:
Przemyslaw Czerpak
2007-11-27 19:43:32 +00:00
parent 8402ac9cb9
commit be8016179d
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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 )