Re: kernel32: Fix parameters checking for GetVolumePathName()
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
4518
Age (days ago)
4518
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard