André,

Quote Originally Posted by André de Vries View Post
Wil,

If you have changed your code to call the Wide functions directly (such as winFindFirstFileW), then you should change your code to use the wide version struct, which is tWin32FindDataW. There is no need to have the alias too, because you have to make a change anyway.
In this particular case I am using my own FindFirstFile declaration.
You raise a valid point about the "having to make a change anyway", although I could counter that by saying that it leads to less required code changes.
But never mind, it was only a report of what I bumped into and thought was a tad weird, not a request for help.

Thanks for looking into it.
--
Wil