Rev 629 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
Rev 629 | Rev 641 | ||
---|---|---|---|
Line 88... | Line 88... | ||
88 | / 874 - Thai (OEM, Windows) |
88 | / 874 - Thai (OEM, Windows) |
89 | / 1 - ASCII only (Valid for non LFN cfg.) |
89 | / 1 - ASCII only (Valid for non LFN cfg.) |
90 | */ |
90 | */ |
91 | 91 | ||
92 | 92 | ||
93 | #define _USE_LFN 0 /* 0 to 3 */ |
93 | #define _USE_LFN 1 /* 0 to 3 */ |
94 | #define _MAX_LFN 63 /* Maximum LFN length to handle (12 to 255) */ |
94 | #define _MAX_LFN 63 /* Maximum LFN length to handle (12 to 255) */ |
95 | /* The _USE_LFN option switches the LFN support. |
95 | /* The _USE_LFN option switches the LFN support. |
96 | / |
96 | / |
97 | / 0: Disable LFN feature. _MAX_LFN and _LFN_UNICODE have no effect. |
97 | / 0: Disable LFN feature. _MAX_LFN and _LFN_UNICODE have no effect. |
98 | / 1: Enable LFN with static working buffer on the BSS. Always NOT reentrant. |
98 | / 1: Enable LFN with static working buffer on the BSS. Always NOT reentrant. |