Mesa (master): mesa: Remove support for MSVC2008.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Feb 12 10:32:01 UTC 2016


Module: Mesa
Branch: master
Commit: c69ef377c8b30ee8d4088cfc586fe4100a5f0e62
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c69ef377c8b30ee8d4088cfc586fe4100a5f0e62

Author: Jose Fonseca <jfonseca at vmware.com>
Date:   Fri Feb 12 10:29:22 2016 +0000

mesa: Remove support for MSVC2008.

Spotted by Emil Velikov.

Trivial.

---

 src/mesa/main/imports.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h
index ad7af5c..d96d666 100644
--- a/src/mesa/main/imports.h
+++ b/src/mesa/main/imports.h
@@ -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
 /*@}*/




More information about the mesa-commit mailing list