Fixed SetLastError with wrong value.

oldstable
Juergen Schmied 1998-12-11 10:19:51 +00:00 committed by Alexandre Julliard
parent 5a50273f5b
commit a975da05da
1 changed files with 0 additions and 2 deletions

View File

@ -3081,7 +3081,6 @@ GetTimeFormat32A(LCID locale, /* in */
}
ret = OLE_GetFormatA(thislocale, thisflags, flags, thistime, thisformat,
timestr, timelen);
SetLastError(ret);
return ret;
}
@ -3137,6 +3136,5 @@ GetTimeFormat32W(LCID locale, /* in */
ret = OLE_GetFormatW(thislocale, thisflags, flags, thistime, thisformat,
timestr, timelen);
SetLastError(ret);
return ret;
}