[locale] finalized DOS keyboard locale setup

* added FreeDOS support
* closes #3
This commit is contained in:
Pete Batard 2011-12-25 22:24:38 +00:00
parent 7fbee9d6d7
commit 75e94c1087
6 changed files with 990 additions and 376 deletions

View file

@ -137,4 +137,4 @@ typedef struct _LONG_FILE_NAME_ENTRY {
FAT_DIRENT_ATTR_SYSTEM | \
FAT_DIRENT_ATTR_VOLUME_ID)
extern BOOL SetMSDOSLocale(const char* path);
extern BOOL SetDOSLocale(const char* path, BOOL bFreeDOS);