summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/opengl32.mingw.def
AgeCommit message (Collapse)Author
2010-02-13wgl: Implement wglSwapMultipleBuffers.José Fonseca
2009-09-24wgl: DWM integration.José Fonseca
2009-02-19wgl: Use a separate .DEF for MinGWJosé Fonseca
gnu linker fails to resolve the @n symbols, unless: - they are listed verbatim in the .def - they are already linked. And mingw's .def parser is slightly incompatible with MSVC in respect with underscores. Will try to work with upstream to fix this, but for now there is no option other to use seperate .def for mingw.