diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ddc08bfdae..3b004d2b98 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990729-01:40 EDT Paul Tucker + * source/rtl/dir.c + + #if !defined(FA_ENCRYPTED) + 19990728-20:35 CET Victor Szel * Changed all #include to #include "x", where x is a Harbour header file. diff --git a/harbour/source/compiler/harbour.y b/harbour/source/compiler/harbour.y index 62bd51683f..be1ce26ece 100644 --- a/harbour/source/compiler/harbour.y +++ b/harbour/source/compiler/harbour.y @@ -5256,7 +5256,7 @@ static FUNCINFO _StdFun[] = { { "ROW" , 0, 0 }, { "RTRIM" , 1, 1 }, { "SECONDS" , 0, 0 }, -{ "SELECT" , 1, 1 }, +{ "SELECT" , 0, 1 }, { "SETPOS" , 2, 2 }, { "SPACE" , 1, 1 }, { "SQRT" , 1, 1 }, diff --git a/harbour/source/rtl/dir.c b/harbour/source/rtl/dir.c index 5956e5977b..aa305b91b8 100644 --- a/harbour/source/rtl/dir.c +++ b/harbour/source/rtl/dir.c @@ -7,6 +7,7 @@ * by the optional file and attribute mask. * * Latest mods: + * 1.28 19990722 ptucker Corrected? NT Extended modes * 1.21 19990722 ptucker Implimented directory for MSVC * Includes new attributes * 1.20 19990722 ptucker Corrected hang when attribute types have @@ -114,7 +115,9 @@ #define FA_LABEL 8 #define FA_DIREC 16 #define FA_ARCH 32 +#endif /* this may not work, but lets find out (only implimented for msvc) */ +#if !defined(FA_ENCRYPTED) #define FA_ENCRYPTED 64 #define FA_NORMAL 128 #define FA_TEMPORARY 256