Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-13 | wgl: Implement wglSwapMultipleBuffers. | José Fonseca | |
2009-09-24 | wgl: DWM integration. | José Fonseca | |
2009-02-19 | wgl: Use a separate .DEF for MinGW | José 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. |