diff options
Diffstat (limited to 'c/data.h')
-rw-r--r-- | c/data.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ struct CfgA wchar_t root[260] = {0}; wchar_t glob[64] = {0}; wchar_t url[192] = {0}; + wchar_t prefixUrl[48] = {0}; }; /* Variable template for obtaining the version of a given struct. */ |