Bug 1861709 replace AudioCallbackDriver::ThreadRunning() assertions that mean to...
[gecko.git] / widget / windows / WindowsConsole.h
blob4b8ecf1823108d54a2b6f55a1daab59294a3ca60
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #ifndef mozilla_WindowsConsole_h
7 #define mozilla_WindowsConsole_h
9 namespace mozilla {
11 // This code attaches the process to the appropriate console.
12 void UseParentConsole();
14 } // namespace mozilla
16 #endif // mozilla_WindowsConsole_h