diff options
| author | Duarte Duarte <dnpd.dd@gmail.com> | 2015-02-22 05:38:27 +0000 |
|---|---|---|
| committer | Duarte Duarte <dnpd.dd@gmail.com> | 2015-02-22 05:38:27 +0000 |
| commit | abfeb890943638f8704dd776592a2acbd7425782 (patch) | |
| tree | 85a38ff45ba73f43d297e9869230f773d19a5c02 /dep/CascLib/src/common/Common.h | |
| parent | ea9eccae8596d440c372b0d9709d4def4b46e648 (diff) | |
Dep/CascLib: Update to https://github.com/ladislav-zezula/CascLib/commit/4235e5f2033e2de709c83034503d49e532d03630
Diffstat (limited to 'dep/CascLib/src/common/Common.h')
| -rw-r--r-- | dep/CascLib/src/common/Common.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dep/CascLib/src/common/Common.h b/dep/CascLib/src/common/Common.h index 40712b99eed..ae098adb084 100644 --- a/dep/CascLib/src/common/Common.h +++ b/dep/CascLib/src/common/Common.h @@ -24,8 +24,8 @@ //----------------------------------------------------------------------------- // Conversion tables -extern unsigned char AsciiToLowerTable[256]; -extern unsigned char AsciiToUpperTable[256]; +extern unsigned char AsciiToLowerTable_Slash[256]; +extern unsigned char AsciiToUpperTable_BkSlash[256]; extern unsigned char IntToHexChar[]; //----------------------------------------------------------------------------- @@ -50,8 +50,8 @@ TCHAR * NewStrFromAnsi(LPBYTE pbStringBegin, LPBYTE pbStringEnd); TCHAR * CombinePath(const TCHAR * szPath, const TCHAR * szSubDir); -void NormalizeFileName_UpperBkSlash(const char * szSrcFileName, char * szTrgFileName); -void NormalizeFileName_LowerSlash(char * szFileName); +void NormalizeFileName_UpperBkSlash(char * szTrgFileName, const char * szSrcFileName, size_t cchMaxChars); +void NormalizeFileName_LowerSlash(char * szTrgFileName, const char * szSrcFileName, size_t cchMaxChars); int ConvertDigitToInt32(const TCHAR * szString, PDWORD PtrValue); int ConvertStringToInt32(const TCHAR * szString, size_t nMaxDigits, PDWORD PtrValue); |
