| Index: webrtc/api/peerconnection_unittest.cc
|
| diff --git a/webrtc/api/peerconnection_unittest.cc b/webrtc/api/peerconnection_unittest.cc
|
| index dcffd1330f11cd483b1fc19d33f9775dc18d0a96..fbaeaffb120153a4f6284c5fa3aefca019ac4340 100644
|
| --- a/webrtc/api/peerconnection_unittest.cc
|
| +++ b/webrtc/api/peerconnection_unittest.cc
|
| @@ -1779,7 +1779,7 @@ TEST_F(P2PTestConductor, AddDataChannelAfterRenegotiation) {
|
| // negotiation is completed without error.
|
| #ifdef HAVE_SCTP
|
| // Disabled on Win dbg: https://bugs.chromium.org/p/webrtc/issues/detail?id=5659
|
| -#if defined(WIN) && defined(_DEBUG)
|
| +#if defined(WEBRTC_WIN) && defined(_DEBUG)
|
| #define MAYBE_CreateOfferWithSctpDataChannel \
|
| DISABLED_CreateOfferWithSctpDataChannel
|
| #else
|
|
|