Bug 560969: Teach trace-malloc about VC10. r=dbaron

This commit is contained in:
Chris Jones
2010-04-27 00:43:04 -05:00
parent 50e016b47e
commit 637131f559

View File

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