diff options
Diffstat (limited to 'sftsr.h')
-rw-r--r-- | sftsr.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. */ |