mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[RAPPS]
* Fix MSVC build. svn path=/trunk/; revision=61834
This commit is contained in:
parent
9606fd0fa3
commit
be52242977
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue