Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dlogging.cc318 typedef BOOL (WINAPI* PFN_AttachConsole)(DWORD); in ConfigureLogging() typedef
321 if (PFN_AttachConsole attach_console = reinterpret_cast<PFN_AttachConsole> in ConfigureLogging()