"Jens Collin" jens.collin@lakhei.com writes:
{
TRACE("The env. var can't be found or is bigger than MAX_PATH => useless.");
res += sprintfW(res, L"%s%%", tmpBuffer);
You cannot use Unicode strings constants in Wine, they don't have the right size.