windows build fixes
This commit is contained in:
parent
3121af2ec4
commit
1d116f8fa8
15 changed files with 137 additions and 31 deletions
|
|
@ -100,7 +100,9 @@ struct hub_impl {
|
|||
|
||||
string_view desc;
|
||||
if (msg("listen", extract(desc))) {
|
||||
#if !defined(_WIN32)
|
||||
thespian::endpoint::unx::listen(desc);
|
||||
#endif
|
||||
}
|
||||
|
||||
if (msg("shutdown"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue