view src/mingw-osmesa-1-fixes.patch @ 4481:7d6f1fd0d672

update osmesa package to version 7.2.1
author John W. Eaton <jwe@octave.org>
date Fri, 29 Sep 2017 17:15:01 -0400
parents 4f586cfb8438
children
line wrap: on
line source

diff -uNr a/src/mesa/main/imports.h b/src/mesa/main/imports.h
--- a/src/mesa/main/imports.h	2017-09-17 19:03:22.000000000 -0400
+++ b/src/mesa/main/imports.h	2017-10-02 09:54:19.341817963 -0400
@@ -357,10 +357,6 @@
 #define snprintf _snprintf
 #endif
 
-#if defined(_WIN32) && !defined(strtok_r)
-#define strtok_r strtok_s
-#endif
-
 #ifdef __cplusplus
 }
 #endif