mesa: Remove support for MSVC2008.

Spotted by Emil Velikov.

Trivial.
This commit is contained in:
Jose Fonseca 2016-02-12 10:29:22 +00:00
parent 5bc8d34526
commit c69ef377c8

View file

@ -83,9 +83,6 @@ typedef union { GLfloat f; GLint i; GLuint u; } fi_type;
#if defined(_MSC_VER)
#if _MSC_VER < 1800 /* Not req'd on VS2013 and above */
#define strtoll(p, e, b) _strtoi64(p, e, b)
#endif /* _MSC_VER < 1800 */
#define strcasecmp(s1, s2) _stricmp(s1, s2)
#endif
/*@}*/