MCPcopy Create free account
hub / github.com/dirkvdb/ffmpegthumbnailer / writeToDebugConsole

Function writeToDebugConsole

test/testframework/catch.hpp:7946–7948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7944 extern "C" __declspec(dllimport) void __stdcall OutputDebugStringA( const char* );
7945 namespace Catch {
7946 void writeToDebugConsole( std::string const& text ) {
7947 ::OutputDebugStringA( text.c_str() );
7948 }
7949 }
7950#else
7951 namespace Catch {

Callers 1

operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected