aboutsummaryrefslogtreecommitdiff
path: root/sftsr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sftsr.h')
-rw-r--r--sftsr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sftsr.h b/sftsr.h
index 9b254f7..f318bd4 100644
--- a/sftsr.h
+++ b/sftsr.h
@@ -67,6 +67,11 @@ typedef struct {
/** Offset (in seconds/2) of the current timezone.
* As per tradition, a negative offset means east of GMT; while positive means west. */
int32_t tz_offset;
+ /** NLS support tables. */
+ uint8_t __far *file_upper_case;
+ FCHAR __far *file_char;
+ /** Codepage to unicode lookup table. */
+ uint16_t unicode_table[128];
// Current status
/** Array of all possible DOS drives. */