mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 780077 - _MSVS_VERSION should be 2012 when using VS2012. r=ted
This commit is contained in:
parent
72cd4190b0
commit
959b318e7d
@ -488,7 +488,7 @@ case "$target" in
|
||||
AC_DEFINE(_CRT_NONSTDC_NO_WARNINGS)
|
||||
elif test "$_CC_MAJOR_VERSION" = "17"; then
|
||||
_CC_SUITE=11
|
||||
_MSVS_VERSION=2011
|
||||
_MSVS_VERSION=2012
|
||||
AC_DEFINE(_CRT_SECURE_NO_WARNINGS)
|
||||
AC_DEFINE(_CRT_NONSTDC_NO_WARNINGS)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user