mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Unbreak people who were actually using MOZ_TRACE_XPCOM_REFCNT
This commit is contained in:
parent
0d79fa2c78
commit
eb36875766
@ -76,7 +76,7 @@ LLIBS = \
|
|||||||
WIN_LIBS = \
|
WIN_LIBS = \
|
||||||
shell32.lib \
|
shell32.lib \
|
||||||
ole32.lib \
|
ole32.lib \
|
||||||
!if defined(MOZ_TRACE_XPCOM_REFCNT)
|
!if defined(MOZ_DEBUG)
|
||||||
imagehlp.lib \
|
imagehlp.lib \
|
||||||
!endif
|
!endif
|
||||||
!if "$(MOZ_BITS)"=="32" && defined(MOZ_DEBUG) && defined(GLOWCODE)
|
!if "$(MOZ_BITS)"=="32" && defined(MOZ_DEBUG) && defined(GLOWCODE)
|
||||||
|
Loading…
Reference in New Issue
Block a user