comparison src/mingw-mesa-1-fixes.patch @ 4488:8f9bee27223f

optionally build mesa OpenGL library
author John W. Eaton <jwe@octave.org>
date Thu, 05 Oct 2017 10:44:53 -0400
parents src/mingw-osmesa-1-fixes.patch@7d6f1fd0d672
children
comparison
equal deleted inserted replaced
4487:7b73612f57b9 4488:8f9bee27223f
1 diff -uNr a/src/mesa/main/imports.h b/src/mesa/main/imports.h
2 --- a/src/mesa/main/imports.h 2017-09-17 19:03:22.000000000 -0400
3 +++ b/src/mesa/main/imports.h 2017-10-02 09:54:19.341817963 -0400
4 @@ -357,10 +357,6 @@
5 #define snprintf _snprintf
6 #endif
7
8 -#if defined(_WIN32) && !defined(strtok_r)
9 -#define strtok_r strtok_s
10 -#endif
11 -
12 #ifdef __cplusplus
13 }
14 #endif