diff options
Diffstat (limited to 'src/dutil/inc/pathutil.h')
-rw-r--r-- | src/dutil/inc/pathutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dutil/inc/pathutil.h b/src/dutil/inc/pathutil.h index 76798172..bee8ed1b 100644 --- a/src/dutil/inc/pathutil.h +++ b/src/dutil/inc/pathutil.h | |||
@@ -71,7 +71,7 @@ DAPI_(HRESULT) PathPrefix( | |||
71 | ********************************************************************/ | 71 | ********************************************************************/ |
72 | DAPI_(HRESULT) PathFixedBackslashTerminate( | 72 | DAPI_(HRESULT) PathFixedBackslashTerminate( |
73 | __inout_ecount_z(cchPath) LPWSTR wzPath, | 73 | __inout_ecount_z(cchPath) LPWSTR wzPath, |
74 | __in DWORD_PTR cchPath | 74 | __in SIZE_T cchPath |
75 | ); | 75 | ); |
76 | 76 | ||
77 | /******************************************************************* | 77 | /******************************************************************* |