summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Collapse)AuthorFilesLines
2017-03-22compat: Don't redefine D3DERR_* macros.Jose Fonseca1-21/+0
2017-03-20compat: Avoid redefining macros.Jose Fonseca1-0/+2010
Since newer version of MinGW headers define more and more of these.
2016-04-04compat: Implement std::make_unique.Jose Fonseca1-1/+16
2016-03-05compat: Ensure newer Windows version defines exist.Jose Fonseca1-0/+25
Some of the WinSDK headers (e.g, dcomp.h) rely on them being defined, but not all MinGW versions out there have them.
2016-02-26compat,cli: Add std::to_string on Android to fix build.Jose Fonseca1-0/+50
2016-02-25compat: Create a new top-level directory for compatibility headers.Jose Fonseca2-0/+871