Remove unused definitions for MSVC
This commit is contained in:
parent
ab6aac054a
commit
a6aeadc26b
@ -19,25 +19,7 @@
|
||||
///// Start of Visual Studio Support /////
|
||||
#ifdef _MSC_VER
|
||||
|
||||
#define _MSC_VER_2015 1900
|
||||
#define _MSC_VER_2013 1800
|
||||
#define _MSC_VER_2012 1700
|
||||
#define _MSC_VER_2010 1600
|
||||
#define _MSC_VER_2008 1500
|
||||
#define _MSC_VER_2005 1400
|
||||
#define _MSC_VER_2003 1300
|
||||
|
||||
#if _MSC_VER >= _MSC_VER_2015
|
||||
#define MSDEV_2015 1
|
||||
#elif _MSC_VER >= _MSC_VER_2013
|
||||
#define MSDEV_2013 1
|
||||
#elif _MSC_VER >= _MSC_VER_2012
|
||||
#define MSDEV_2012 1
|
||||
#elif _MSC_VER >= _MSC_VER_2010
|
||||
#define MSDEV_2010 1
|
||||
#elif _MSC_VER >= _MSC_VER_2008
|
||||
#define MSDEV_2008 1
|
||||
#elif _MSC_VER >= _MSC_VER_2005
|
||||
#if _MSC_VER >= _MSC_VER_2005
|
||||
#define MSDEV_2005 1
|
||||
#else
|
||||
#define MSDEV_2003 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user