forked from premiere/premiere-libtorrent
fix c++/cx interface name conflict in alerts
This commit is contained in:
parent
43c1de33b4
commit
7f160e42a5
|
@ -56,6 +56,9 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
||||
// c++/cx keyword
|
||||
#undef interface
|
||||
|
||||
namespace libtorrent
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue