mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 918906 - Add VS2013 debug dll name to trace-malloc. r=dbaron
This commit is contained in:
parent
a20ffed2ee
commit
0765e9cd26
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user