| 59 | } |
| 60 | |
| 61 | void Helpers::PromptForInput() |
| 62 | { |
| 63 | Helpers::PrintMessage(MSG_PRESS_A_KEY); |
| 64 | _getwch(); |
| 65 | return; |
| 66 | } |
| 67 | |
| 68 | namespace { |
| 69 | HRESULT FormatMessageHelperVa(DWORD messageId, va_list vaList, std::wstring* message) |
nothing calls this directly
no outgoing calls
no test coverage detected