uv_stdio_fix.h 306 B

12345678910
  1. // Copyright (c) 2022 Slack Technologies, Inc.
  2. // Use of this source code is governed by the MIT license that can be
  3. // found in the LICENSE file.
  4. #ifndef ELECTRON_SHELL_APP_UV_STDIO_FIX_H_
  5. #define ELECTRON_SHELL_APP_UV_STDIO_FIX_H_
  6. void FixStdioStreams();
  7. #endif // ELECTRON_SHELL_APP_UV_STDIO_FIX_H_