mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 08:20:12 +01:00
dri2: dlsym requires some quotes..
This commit is contained in:
parent
129b9ad16f
commit
0a64ffb308
1 changed files with 1 additions and 1 deletions
|
|
@ -885,7 +885,7 @@ __DRI2_CREATE_NEW_SCREEN(int scrn, __DRIscreen *psc,
|
|||
unsigned int *p;
|
||||
__GLcontextModes *(*initScreen)(__DRIscreen *psc);
|
||||
|
||||
initScreen = dlsym(NULL, __dri2DriverInitScreen);
|
||||
initScreen = dlsym(NULL, "__dri2DriverInitScreen");
|
||||
if (initScreen == NULL)
|
||||
return NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue