Fix _MSC_VER typo

--HG--
branch : develop
hg/feature/cef3
kaetemi 10 years ago
parent d9dd425dc6
commit 54ae2da0a6

@ -53,7 +53,7 @@
# endif # endif
# ifdef _MSC_VER # ifdef _MSC_VER
# define NL_COMP_VC # define NL_COMP_VC
# if _MSC_VER >= 1700 # if _MSC_VER >= 1800
# define NL_COMP_VC12 # define NL_COMP_VC12
# define NL_COMP_VC_VERSION 120 # define NL_COMP_VC_VERSION 120
# elif _MSC_VER >= 1700 # elif _MSC_VER >= 1700

Loading…
Cancel
Save