diff options
Diffstat (limited to 'mesalib/src/mesa/main/imports.h')
-rwxr-xr-x[-rw-r--r--] | mesalib/src/mesa/main/imports.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mesalib/src/mesa/main/imports.h b/mesalib/src/mesa/main/imports.h index 29f249980..8877966ec 100644..100755 --- a/mesalib/src/mesa/main/imports.h +++ b/mesalib/src/mesa/main/imports.h @@ -86,7 +86,6 @@ typedef union { GLfloat f; GLint i; GLuint u; } fi_type; #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 /*@}*/ |