mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
375b130df0
commit
ff768b2bb5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user