Define WIN32_LEAN_AND_MEAN globally for win32 builds.

Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa


git-svn-id: svn://10.0.0.236/trunk@132136 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com
2002-10-17 06:47:01 +00:00
parent 1d42b56652
commit f9eb727003
131 changed files with 63 additions and 386 deletions

View File

@@ -82,7 +82,4 @@ FORCE_USE_PIC = 1
include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_COM
ifeq ($(OS_ARCH), WINNT)
DEFINES += -DWIN32_LEAN_AND_MEAN
endif