Chip Davis : winemac.drv: Build with GL_SILENCE_DEPRECATION.

Alexandre Julliard julliard at winehq.org
Tue Apr 7 15:27:14 CDT 2020


Module: wine
Branch: master
Commit: c66b51b36a19939680f8cb6799160748df44a3fb
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c66b51b36a19939680f8cb6799160748df44a3fb

Author: Chip Davis <cdavis at codeweavers.com>
Date:   Mon Apr  6 17:04:25 2020 -0500

winemac.drv: Build with GL_SILENCE_DEPRECATION.

Signed-off-by: Chip Davis <cdavis at codeweavers.com>
Signed-off-by: Ken Thomases <ken at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winemac.drv/opengl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/winemac.drv/opengl.c b/dlls/winemac.drv/opengl.c
index 5197e15fbb..c60a22719a 100644
--- a/dlls/winemac.drv/opengl.c
+++ b/dlls/winemac.drv/opengl.c
@@ -32,6 +32,7 @@
 #include "wine/wgl.h"
 #include "wine/wgl_driver.h"
 
+#define GL_SILENCE_DEPRECATION
 #define __gl_h_
 #define __gltypes_h_
 #include <OpenGL/OpenGL.h>




More information about the wine-cvs mailing list