mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
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:
parent
634525a4d1
commit
117312096d
@ -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…
Reference in New Issue
Block a user