Skip to content
Snippets Groups Projects
Commit f2e1589b authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard
Browse files

winemac.drv: Constify a character string.

parent f2b0ed06
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment