20000408-14:11 DST
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
20000408-14:11 DST Paul Tucker <ptucker@sympatico.ca>
|
||||
* source/rtl/dir.c
|
||||
* correct MING 8.3 support (which I broke)
|
||||
|
||||
20000408-15:28 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
|
||||
|
||||
* source/rtl/tbrowse.prg
|
||||
|
||||
@@ -623,7 +623,7 @@ HB_FUNC( DIRECTORY )
|
||||
attrib = entry.attrFile;
|
||||
#elif defined(__MINGW32__) || defined(_MSC_VER)
|
||||
attrib = entry.attrib;
|
||||
#if defined(_MSC_VER ) && _MSC_VER >= 1000
|
||||
#if defined(__MINGW32__) || ( defined(_MSC_VER) && _MSC_VER >= 1000 )
|
||||
if( bEightDotThree )
|
||||
{
|
||||
/* need to strip off the path */
|
||||
|
||||
Reference in New Issue
Block a user