webrtc/talk/examples
thakis@chromium.org 44010f3e52 win: Replace custom assert() macro with regular assert.h
The current code got added in libjingle r103; I don't see a good reason for it.
Things still build with plain old assert.h.

The custom assert was wrong: __debugbreak() is documented to return void,
so doing `cond ? true : __debugbreak()` shouldn't build (and it doesn't in
clang-cl). It's possible to make it build by writing
`cond ? true : (__debugbreak(), true)`, but just using the regular header
seems like a much better fix.

BUG=chromium:82385
Review URL: https://webrtc-codereview.appspot.com/19139004/


git-svn-id: http://webrtc.googlecode.com/svn/trunk@7007 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-08-29 03:00:15 +00:00
..
android Active connection stats [LocalAddress,RemoteAddress,LocalCandidateType...etc] 2014-08-19 11:43:32 +00:00
call (Auto)update libjingle 73927658-> 73927775 2014-08-22 22:27:04 +00:00
login (Auto)update libjingle 73222930-> 73226398 2014-08-13 17:26:08 +00:00
objc (Auto)update libjingle 73222930-> 73226398 2014-08-13 17:26:08 +00:00
peerconnection win: Replace custom assert() macro with regular assert.h 2014-08-29 03:00:15 +00:00
relayserver (Auto)update libjingle 73222930-> 73226398 2014-08-13 17:26:08 +00:00
stunserver (Auto)update libjingle 73222930-> 73226398 2014-08-13 17:26:08 +00:00
turnserver (Auto)update libjingle 73222930-> 73226398 2014-08-13 17:26:08 +00:00
OWNERS Add new OWNERS file to talk/examples. 2014-08-07 20:01:34 +00:00