renamed qse_xstr_t to qse_cstr_t

This commit is contained in:
2014-07-08 14:30:42 +00:00
parent 22444e298a
commit 36b20b4169
88 changed files with 454 additions and 454 deletions

View File

@ -146,7 +146,7 @@ struct access_t
typedef struct loccfg_t loccfg_t;
struct loccfg_t
{
qse_mxstr_t locname;
qse_mcstr_t locname;
qse_mchar_t* xcfg[XCFG_MAX];
int root_is_nwad;