Bug 918906 - Add VS2013 debug dll name to trace-malloc. r=dbaron

This commit is contained in:
David Major 2013-09-23 09:22:30 -04:00
parent a8e44d492e
commit a23102aee7

View File

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