aboutsummaryrefslogtreecommitdiff
path: root/sftsr.h
diff options
context:
space:
mode:
authorEduardo Casino <mail@eduardocasino.es>2022-05-16 20:12:19 +0200
committerJavier <dev.git@javispedro.com>2022-05-23 00:01:55 +0200
commit7b243074da3f4be6ed47426925f203c547c1c729 (patch)
treee200ebfbf6d3912458db78d26da4fb152bc1c4bb /sftsr.h
parentb8eb74ac1d31ffc382e654e19bba4e5e48f0001e (diff)
downloadvbados-7b243074da3f4be6ed47426925f203c547c1c729.tar.gz
vbados-7b243074da3f4be6ed47426925f203c547c1c729.zip
Add support for windows host short file names
Diffstat (limited to 'sftsr.h')
-rw-r--r--sftsr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sftsr.h b/sftsr.h
index f318bd4..c832169 100644
--- a/sftsr.h
+++ b/sftsr.h
@@ -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. */