Francois Gouget fgouget@codeweavers.com writes:
STRINGSW() was useful when we did not have support for L"" strings. Now they could potentially both be removed in favor of plugging the format string straight into the relevant API and the expected string into some sort of 'expected' macro. That would leave the buffer initialisation and SetLastError() call to sprinkle in most places.
Let me know if converting things that way would be preferred.
Removing the macros in favor of explicit calls would be better.