| 47 | struct ExplorerGuard |
| 48 | { |
| 49 | ExplorerGuard() |
| 50 | { |
| 51 | puts("Killing explorer.exe for accurate result. It will be restarted after test.\n"); |
| 52 | std::system("taskkill /f /im explorer.exe"); |
| 53 | } |
| 54 | |
| 55 | ~ExplorerGuard() |
| 56 | { |
nothing calls this directly
no outgoing calls
no test coverage detected