Commit f2e1589b authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

winemac.drv: Constify a character string.

parent f2b0ed06
......@@ -1192,7 +1192,7 @@ static const pixel_format *get_pixel_format(int format, BOOL allow_nondisplayabl
static BOOL init_gl_info(void)
{
static char legacy_extensions[] = " WGL_EXT_extensions_string";
static const char legacy_extensions[] = " WGL_EXT_extensions_string";
static const char legacy_ext_swap_control[] = " WGL_EXT_swap_control";
CGDirectDisplayID display = CGMainDisplayID();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment