29 May
2012
29 May
'12
5:07 p.m.
Alexandre Goujon <ale.goujon(a)gmail.com> writes:
@@ -729,6 +731,8 @@ BOOL WINAPI GetVolumeInformationW( LPCWSTR root, LPWSTR label, DWORD label_len, } else { + /* At this point, last error is ERROR_NOT_SUPPORTED. Restoring the previous one */ + SetLastError(lastError);
You should never need to do that sort of thing, there are no guarantees about last error on success. -- Alexandre Julliard julliard(a)winehq.org