diff options
author | Bob Arnson <bob@firegiant.com> | 2020-11-29 18:57:55 -0500 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-12-26 22:08:07 -0500 |
commit | 0ae3b1e7b5c0beff0fcfb82728c5bf9f25aee250 (patch) | |
tree | a8c4cf37f7bcf103db5892c842cb4211ca3ee779 /src/dutil/inc/pathutil.h | |
parent | 6554b42e999c8ff2cf20361a7dd7ec500723ec71 (diff) | |
download | wix-0ae3b1e7b5c0beff0fcfb82728c5bf9f25aee250.tar.gz wix-0ae3b1e7b5c0beff0fcfb82728c5bf9f25aee250.tar.bz2 wix-0ae3b1e7b5c0beff0fcfb82728c5bf9f25aee250.zip |
More size_t-ification.
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 | /******************************************************************* |