Bug 971822 - Fix string_util.h combined with strsafe.h on mingw. r=glandium

This commit is contained in:
Jacek Caban 2014-02-25 12:45:47 +01:00
Родитель cb2831dadd
Коммит 53c6b6f228
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -646,6 +646,10 @@ case "$target" in
esac
fi
# strsafe.h on mingw uses macros for function deprecation that pollutes namespace
# causing problems with local implementations with the same name.
AC_DEFINE(STRSAFE_NO_DEPRECATE)
MOZ_WINSDK_MAXVER=0x06020000
fi # !GNU_CC