From 7b243074da3f4be6ed47426925f203c547c1c729 Mon Sep 17 00:00:00 2001 From: Eduardo Casino Date: Mon, 16 May 2022 20:12:19 +0200 Subject: Add support for windows host short file names --- sftsr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sftsr.h') 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. */ -- cgit v1.2.3