Bug 299992 bustage fixup - no need for intl makefiles to define __STDC__, which causes "strdup" to not be declared on windows. r=jshin r2=cls

This commit is contained in:
bsmedberg%covad.net 2005-08-15 13:35:39 +00:00
parent 634525a4d1
commit 117312096d
3 changed files with 0 additions and 12 deletions

View File

@ -70,7 +70,3 @@ CPPSRCS = \
$(NULL)
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH),WINNT)
DEFINES += -D__STDC__
endif

View File

@ -66,7 +66,3 @@ EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
include $(topsrcdir)/config/rules.mk
INCLUDES += -I..
ifeq ($(OS_ARCH),WINNT)
DEFINES += -D__STDC__
endif

View File

@ -64,7 +64,3 @@ CPPSRCS = \
$(NULL)
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH),WINNT)
DEFINES += -D__STDC__
endif