* Fix MSVC build.

svn path=/trunk/; revision=61834
This commit is contained in:
Amine Khaldi 2014-01-26 16:02:28 +00:00
parent 9606fd0fa3
commit be52242977

View file

@ -209,7 +209,8 @@ ThreadFunc(LPVOID Context)
WCHAR path[MAX_PATH];
LPWSTR p;
HWND Dlg = (HWND) Context;
DWORD len, dwContentLen, dwBytesWritten, dwBytesRead, dwCurrentBytesRead;
DWORD len, dwContentLen, dwBytesWritten, dwBytesRead;
DWORD dwCurrentBytesRead = 0;
DWORD dwBufLen = sizeof(dwContentLen);
BOOL bCancelled = FALSE;
BOOL bTempfile = FALSE;