feat: add reporter

- add general reporter.
- fix various compile error.
This commit is contained in:
2024-08-04 17:43:18 +08:00
parent f179907a3a
commit d4a5e83a87
12 changed files with 158 additions and 162 deletions

View File

@@ -5,7 +5,7 @@ namespace VSW::Materializer::ExportDocument {
void Export(CKContext* ctx, YYCC::yycc_u8string_view& db_path) {
void Export(CKContext* ctx, const YYCC::yycc_u8string_view& db_path, UINT code_page) {
}