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:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user