Bug 1111230 - Remove the library names for unsupported MSVC versions from trace-malloc; r=dbaron

--HG--
extra : amend_source : 3526194443a4b60a8d0b9b9fccb3ddb92e435c8b
This commit is contained in:
Ehsan Akhgari 2014-12-14 14:55:41 -05:00
parent 375b130df0
commit ff768b2bb5

View File

@ -17,17 +17,7 @@
/***************************************************************************/
// shows how to use the dhw stuff to hook imported functions
#if _MSC_VER < 1300
#define NS_DEBUG_CRT "MSVCRTD.dll"
#elif _MSC_VER == 1300
#define NS_DEBUG_CRT "msvcr70d.dll"
#elif _MSC_VER == 1310
#define NS_DEBUG_CRT "msvcr71d.dll"
#elif _MSC_VER == 1400
#define NS_DEBUG_CRT "msvcr80d.dll"
#elif _MSC_VER == 1500
#define NS_DEBUG_CRT "msvcr90d.dll"
#elif _MSC_VER == 1600
#if _MSC_VER == 1600
#define NS_DEBUG_CRT "msvcr100d.dll"
#elif _MSC_VER == 1700
#define NS_DEBUG_CRT "msvcr110d.dll"