| 202 | |
| 203 | #if SC_PLATFORM_WINDOWS |
| 204 | int wmain(int argc, wchar_t** argv) { return apiServerMain(argc, argv); } |
| 205 | #else |
| 206 | int main(int argc, char** argv) { return apiServerMain(argc, argv); } |
| 207 | #endif |
nothing calls this directly
no test coverage detected