From e5895164322002784eac51c4c037f211cf097897 Mon Sep 17 00:00:00 2001 From: Chip Davis Date: Wed, 8 Apr 2020 01:10:01 -0500 Subject: [PATCH] winemac.drv: Build with GL_SILENCE_DEPRECATION. Signed-off-by: Chip Davis Signed-off-by: Ken Thomases Signed-off-by: Alexandre Julliard --- dlls/winemac.drv/cocoa_opengl.m | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/winemac.drv/cocoa_opengl.m b/dlls/winemac.drv/cocoa_opengl.m index 80a766cbda5..96e27b76e5d 100644 --- a/dlls/winemac.drv/cocoa_opengl.m +++ b/dlls/winemac.drv/cocoa_opengl.m @@ -18,6 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#define GL_SILENCE_DEPRECATION #include #import "cocoa_opengl.h"