| 37 | |
| 38 | #if defined(_WIN32) && defined(_MSC_VER) |
| 39 | int wmain() { |
| 40 | return opencc::tools::CommandLineMain( |
| 41 | opencc::tools::GetUtf8CommandLineArgs()); |
| 42 | } |
| 43 | #elif defined(_WIN32) |
| 44 | int main(int argc, char* argv[]) { |
| 45 | (void)argc; |
nothing calls this directly
no test coverage detected