mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
- It appears that Windows XP can produce directory listings with file/directory modification times set to 0, indicating that no such information is available, while the associated last file write access data is present. Previously, smbfs only reported the modification. If this data is unavailable and the date of the last write access is, the last write access will be reported instead. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/amiga-smbfs/trunk@11 26594b9e-b914-4e86-b7a1-9402bd427170
7 lines
185 B
C
7 lines
185 B
C
#define VERSION 1
|
|
#define REVISION 68
|
|
#define DATE "3.6.2005"
|
|
#define VERS "smbfs 1.68"
|
|
#define VSTRING "smbfs 1.68 (3.6.2005)\r\n"
|
|
#define VERSTAG "\0$VER: smbfs 1.68 (3.6.2005)"
|