Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Apr 6, 2024
1 parent 2af5a8c commit 2c06f41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/MaaUtils/IOStream/ChildPipeIOStream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ ChildPipeIOStream::ChildPipeIOStream(
{
}

#ifdef _WIN32
ChildPipeIOStream::ChildPipeIOStream(
const std::filesystem::path& exec,
const std::vector<std::wstring>& wargs)
: ChildPipeIOStream(exec, wargs, false)
{
}
#endif

ChildPipeIOStream::ChildPipeIOStream(
const std::filesystem::path& exec,
Expand Down

0 comments on commit 2c06f41

Please sign in to comment.