forked from premiere/premiere-libtorrent
added ; for msvc-7.1
This commit is contained in:
parent
57a76f9db6
commit
28be72e7b6
|
@ -129,7 +129,7 @@ void upnp::discover_device() try
|
|||
catch (std::exception&)
|
||||
{
|
||||
disable();
|
||||
}
|
||||
};
|
||||
|
||||
void upnp::set_mappings(int tcp, int udp)
|
||||
{
|
||||
|
@ -223,7 +223,7 @@ try
|
|||
catch (std::exception&)
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
||||
void upnp::on_reply(udp::endpoint const& from, char* buffer
|
||||
|
|
Loading…
Reference in New Issue