summaryrefslogtreecommitdiff
path: root/compat/va_copy.h
Commit message (Collapse)AuthorAge
* all: Add missing header guardsTimothy Gu2016-01-28
|
* compat: provide va_copy for old gcc versions.Reimar Döffinger2013-12-30
| | | | | | | Since we have this compat/va_copy.h header already we might just as well make use of it for more than one compiler. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* msvc: Add a va_copy compatability macro for msvcDerek Buitenhuis2012-09-15
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>