diff options
Diffstat (limited to 'src/dutil/inc')
-rw-r--r-- | src/dutil/inc/fileutil.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dutil/inc/fileutil.h b/src/dutil/inc/fileutil.h index 48830043..319c5508 100644 --- a/src/dutil/inc/fileutil.h +++ b/src/dutil/inc/fileutil.h | |||
@@ -153,9 +153,7 @@ HRESULT DAPI FileCopyUsingHandlesWithProgress( | |||
153 | __in HANDLE hTarget, | 153 | __in HANDLE hTarget, |
154 | __in DWORD64 cbCopy, | 154 | __in DWORD64 cbCopy, |
155 | __in_opt LPPROGRESS_ROUTINE lpProgressRoutine, | 155 | __in_opt LPPROGRESS_ROUTINE lpProgressRoutine, |
156 | __in_opt LPVOID lpData, | 156 | __in_opt LPVOID lpData |
157 | __in_opt LPBOOL pbCancel, | ||
158 | __out_opt DWORD64* pcbCopied | ||
159 | ); | 157 | ); |
160 | HRESULT DAPI FileEnsureCopy( | 158 | HRESULT DAPI FileEnsureCopy( |
161 | __in_z LPCWSTR wzSource, | 159 | __in_z LPCWSTR wzSource, |