aboutsummaryrefslogtreecommitdiff
path: root/src/queue.h
AgeCommit message (Collapse)Author
2017-02-16Make queue.h work on MSVCOskari Timperi
Surround currently unnecessary parts with `#if 0 ... #endif`. The offending part was the __launder_type() function with inline assembly in unsupported GCC style.
2017-02-12Add all the stuffOskari Timperi