summaryrefslogtreecommitdiffhomepage
path: root/compat/macros1.h
AgeCommit message (Collapse)Author
2019-03-28actually expand __COUNTER__Stanislaw Halik
2019-02-28compat/macros: move more macros to macros1Stanislaw Halik
Actually `macros.hpp' should become a util header.
2019-02-28compat/macros: expand twice is enoughStanislaw Halik
2019-02-11compat/macros: define unreachable() more sensiblyStanislaw Halik
2019-02-11compat/macros: remove prefixStanislaw Halik
Let's not be concerned about global namespace pollution. These identifiers aren't exposed in the api/ directory.
2019-01-24compat/macros: define unreachable()Stanislaw Halik
2019-01-16clang-tidy fixes onlyStanislaw Halik
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever.
2018-12-25compat/shm, proto/wine: remove duplicationStanislaw Halik
The X-Plane plugin is next and should build on win32 then.
2018-12-24compat/macros: split off the real macro-only fileStanislaw Halik