added qse_utf8cmgr and qse_loccmgr

This commit is contained in:
2012-01-02 15:11:43 +00:00
parent 5e0b9418d7
commit dd02292cc4
5 changed files with 55 additions and 37 deletions

View File

@ -42,6 +42,9 @@ struct qse_mbstate_t
extern "C" {
#endif
extern qse_cmgr_t* qse_utf8cmgr;
extern qse_cmgr_t* qse_loccmgr;
qse_cmgr_t* qse_getdflcmgr (
void
);