diff options
author | Shauren <shauren.trinity@gmail.com> | 2023-07-13 00:12:42 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-07-13 00:12:42 +0200 |
commit | 26f37152cca6be50a0b716a4969245c6f9197121 (patch) | |
tree | 318baecf0c9c74a46047626bdd8da61bcd164d97 /dep/CascLib/src/CascCommon.h | |
parent | b6a0fa3518ad920946c60bb205277e8104fd1cf0 (diff) |
Dep/CascLib: Update to ladislav-zezula/CascLib@a27d2b3b9ccb326768e57b4cc7c49d15a0da9e0c
Closes #29102
Closes #29132
Diffstat (limited to 'dep/CascLib/src/CascCommon.h')
-rw-r--r-- | dep/CascLib/src/CascCommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/CascLib/src/CascCommon.h b/dep/CascLib/src/CascCommon.h index b47674f1544..fb4a3ee88c8 100644 --- a/dep/CascLib/src/CascCommon.h +++ b/dep/CascLib/src/CascCommon.h @@ -296,7 +296,7 @@ struct TCascStorage LPTSTR szCdnPath; // Remote CDN sub path for the product LPSTR szRegion; // Product region. Only when "versions" is used as storage root file LPSTR szBuildKey; // Product build key, aka MD5 of the build file - DWORD dwDefaultLocale; // Default locale, read from ".build.info" + DWORD dwDefaultLocale; // Mask of installed localles DWORD dwBuildNumber; // Product build number DWORD dwRefCount; // Number of references DWORD dwFeatures; // List of CASC features. See CASC_FEATURE_XXX |