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:
parent
b852079232
commit
c175d5dba6
@ -70,7 +70,3 @@ CPPSRCS = \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -D__STDC__
|
||||
endif
|
||||
|
||||
@ -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
|
||||
|
||||
@ -64,7 +64,3 @@ CPPSRCS = \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -D__STDC__
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user