view src/mingw-mesa-1-fixes.patch @ 4700:60424c1f370a

of-database: update to v2.4.3 * build_packages.m: update database version. * dist-files.mk: revome fes to of-database-*.patch files * src/of-database.mk: update version, checksum * src/of-database-1-cross-fixes.patch, src/of-database-2-dev-fixes.patch, src/of-database-3-fixes.patch: removed.
author John Donoghue
date Mon, 21 May 2018 07:51:37 -0400
parents 8f9bee27223f
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