MSVC doesn't support "name...".
---
msvc also supports __VA_ARGS__ only if /Zc:preprocessor is set to make its preprocessor "standards conformant" instead of doing whatever msvc used to do since aeons.
-- v2: d3dx9/tests: Use __VA_ARGS__ instead of GCCs named variadics. d3dx9: Use __VA_ARGS__ instead of GCCs named variadics.