| 321 | |
| 322 | |
| 323 | int main(int argc, char * argv[]) |
| 324 | { |
| 325 | // This redirection function is only so that debugging the program is easier in MSVC - when RealMain exits, it's still possible to place a breakpoint |
| 326 | int res = RealMain(argc, argv); |
| 327 | return res; |
| 328 | } |
| 329 | |
| 330 | |
| 331 |
nothing calls this directly
no test coverage detected