| 558 | } |
| 559 | |
| 560 | static DWORD GetDefaultCdnPath(TCascStorage * hs, const CASC_CSV_COLUMN & Column) |
| 561 | { |
| 562 | if(hs->szCdnPath == NULL && Column.nLength != 0) |
| 563 | hs->szCdnPath = CascNewStrA2T(Column.szValue); |
| 564 | return ERROR_SUCCESS; |
| 565 | } |
| 566 | |
| 567 | static DWORD GetDefaultLocaleByRegion(LPCSTR szRegion) |
| 568 | { |
no test coverage detected