20000408-14:11 DST

This commit is contained in:
Paul Tucker
2000-04-08 18:13:18 +00:00
parent fca1ff8aad
commit dfc4f7d0a5
2 changed files with 5 additions and 1 deletions

View File

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

View File

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