Work around MSVC limitations
1) No variadic macros in the form "args..."; this is a GCC extension.
2) No empty struct initializers. In any case, there is very little to win:
{ } vs. { 0 }.
Signed-off-by:
Andrei Errapart <andrei@errapartengineering.com>
Signed-off-by:
David Gibson <david@gibson.dropbear.id.au>
Loading
Please sign in to comment