Bug 761912 - add VS11 debug dll to trace malloc. r=dbaron

This commit is contained in:
Makoto Kato 2012-06-06 14:45:45 +09:00
parent 5682d40581
commit 4b31fdecaa

View File

@ -30,6 +30,8 @@
#define NS_DEBUG_CRT "msvcr90d.dll"
#elif _MSC_VER == 1600
#define NS_DEBUG_CRT "msvcr100d.dll"
#elif _MSC_VER == 1700
#define NS_DEBUG_CRT "msvcr110d.dll"
#else
#error "Don't know filename of MSVC debug library."
#endif