*** empty log message ***

This commit is contained in:
Paul Tucker
1999-07-29 05:57:06 +00:00
parent 4fd9dbda09
commit 62c3e80e46
3 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
19990729-01:40 EDT Paul Tucker <ptucker@sympatico.ca>
* source/rtl/dir.c
+ #if !defined(FA_ENCRYPTED)
19990728-20:35 CET Victor Szel <info@szelvesz.hu>
* Changed all #include <x> to #include "x", where
x is a Harbour header file.

View File

@@ -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 },

View File

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