18 Apr
2023
18 Apr
'23
1:22 p.m.
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. https://gitlab.winehq.org/wine/wine/-/merge_requests/2666