Home
last modified time | relevance | path

Searched refs:PFN_AttachConsole (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
Dlogging.cc313 typedef BOOL (WINAPI* PFN_AttachConsole)(DWORD); in ConfigureLogging() typedef
316 if (PFN_AttachConsole attach_console = reinterpret_cast<PFN_AttachConsole> in ConfigureLogging()