Get rid of this check

This commit is contained in:
twinaphex 2019-07-26 20:50:40 +02:00
parent 8a4d3f7431
commit 4df62acac4

View File

@ -172,7 +172,7 @@
#endif
#if defined(_WIN32) && !defined(_XBOX)
#if defined(_WIN32)
#if !defined(_MSC_VER) || (defined(_MSC_VER) && _MSC_VER >= 1400)
#define ATLEAST_VC2005
#endif