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

git-svn-id: svn://10.0.0.236/trunk@177749 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net 2005-08-15 13:35:39 +00:00
parent b852079232
commit c175d5dba6
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