Lionel Ulmer lionel.ulmer@free.fr writes:
Well, this is the big question. I think we should ask Alexandre what happens in the Wine build system if a symbol is exported both by a Win32 DLL (here OpenGL32.DLL) and a Linux ELF DLL (here libGL.so) and a Wine DLL requires to be linked to both.
The Win32 DLL will take precedence, so everything would get linked to opengl32, which is probably not what you want.