| 1210 | } |
| 1211 | |
| 1212 | std::wstring GetExecutePath() |
| 1213 | { |
| 1214 | auto path = std::experimental::filesystem::system_complete(std::experimental::filesystem::path( Win32::GetCommandLineArguments()[0])); |
| 1215 | return path.remove_filename().c_str(); |
| 1216 | } |
| 1217 | |
| 1218 | void CMainFrame::OnLogDebugviewAgent(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1219 | { |
no test coverage detected