2002-01-23 09:10 UTC-0500 Paul Tucker <ptucker@sympatico.ca>

* source\common\hbffind.c
    * removed extra comment marker.
This commit is contained in:
Paul Tucker
2002-01-23 14:13:47 +00:00
parent 4e46bc943f
commit 07fa2f70c2
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
OPCODE usage entries.
2002-01-19 06:11 UTC-0800 Ron Pinkas <ron@ronpinkas.com>
* contrib/dot/pp_harb.ch
+ #ifdef __XHARBOUR__ to protect xHarbour fastitem reliance.
2002-01-23 23:00 UTC+0100 Antonio Linares <alinares@fivetech.com>

View File

@@ -170,7 +170,7 @@ USHORT hb_fsAttrFromRaw( ULONG raw_attr )
#ifdef HB_EXTENSION
/* NOTE: Literals used since there are errors in early versions
of MS header files which define extended FILE_ATTRIBUTE's */
of MS header files which define extended FILE_ATTRIBUTE's.
Note that FILE_ATTRIBUTE_NORMAL is not needed */
if( raw_attr & 0x00000040 ) uiAttr |= HB_FA_ENCRYPTED;
if( raw_attr & FILE_ATTRIBUTE_TEMPORARY ) uiAttr |= HB_FA_TEMPORARY;