31 Jul
2013
31 Jul
'13
5:24 p.m.
Bruno Jesus <00cpxxx(a)gmail.com> writes:
@@ -1813,6 +1821,8 @@ BOOL WINAPI GetVolumePathNameW(LPCWSTR filename, LPWSTR volumepathname, DWORD bu volumepathname[3] = 0; return TRUE; } + + SetLastError(ERROR_FILENAME_EXCED_RANGE); return FALSE;
This doesn't really make sense as a general error. -- Alexandre Julliard julliard(a)winehq.org