"Jens Collin" <jens.collin at 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.
--
Alexandre Julliard
julliard at winehq.org