Sync with trunk. (r49792)

svn path=/branches/cmake-bringup/; revision=49803
This commit is contained in:
Sylvain Petreolle 2010-11-26 23:33:34 +00:00
commit f1283c58c6
111 changed files with 4097 additions and 2327 deletions

View file

@ -67,6 +67,6 @@ void _assert(const char *exp, const char *file, unsigned line)
/* Does the user want to debug? */
if (iResult == IDRETRY)
{
__debugbreak();
DbgRaiseAssertionFailure();
}
}