Bug 655496 - Remove WinCE code from Mozilla owned parts of media/* ; r=kinetik

This commit is contained in:
Ed Morley 2011-05-08 10:30:06 +02:00
parent a5f451cd13
commit d6cf58d23b

View File

@ -61,7 +61,7 @@ CSRCS = \
$(NULL)
endif
ifneq (,$(filter WINNT WINCE,$(OS_ARCH)))
ifeq ($(OS_ARCH),WINNT)
CSRCS = \
sydney_audio_waveapi.c \
$(NULL)