diff options
author | Eduardo Casino <mail@eduardocasino.es> | 2022-05-16 20:12:19 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-05-23 00:01:55 +0200 |
commit | 7b243074da3f4be6ed47426925f203c547c1c729 (patch) | |
tree | e200ebfbf6d3912458db78d26da4fb152bc1c4bb /sftsr.h | |
parent | b8eb74ac1d31ffc382e654e19bba4e5e48f0001e (diff) | |
download | vbados-7b243074da3f4be6ed47426925f203c547c1c729.tar.gz vbados-7b243074da3f4be6ed47426925f203c547c1c729.zip |
Add support for windows host short file names
Diffstat (limited to 'sftsr.h')
-rw-r--r-- | sftsr.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,6 +72,8 @@ typedef struct { FCHAR __far *file_char; /** Codepage to unicode lookup table. */ uint16_t unicode_table[128]; + /** LFN support */ + bool short_fnames; // Current status /** Array of all possible DOS drives. */ |