зеркало из https://github.com/mozilla/pjs.git
Bug 560969: Teach trace-malloc about VC10. r=dbaron
This commit is contained in:
Родитель
0e72c93b2b
Коммит
b08a8245fa
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче