mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
bug 377939 - set _WIN32_IE=0x500 r=bsmedberg
This commit is contained in:
parent
028b212457
commit
cf49f4ba80
@ -564,8 +564,8 @@ case "$target" in
|
||||
|
||||
AC_DEFINE_UNQUOTED(WINVER,0x$WINVER)
|
||||
AC_DEFINE_UNQUOTED(_WIN32_WINNT,0x$WINVER)
|
||||
# Require OS features provided by IE 4.0
|
||||
AC_DEFINE_UNQUOTED(_WIN32_IE,0x0400)
|
||||
# Require OS features provided by IE 5.0
|
||||
AC_DEFINE_UNQUOTED(_WIN32_IE,0x0500)
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user