j
k
j a
j l
"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);
{
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.
Back to the thread
Back to the list