From 0ae3b1e7b5c0beff0fcfb82728c5bf9f25aee250 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sun, 29 Nov 2020 18:57:55 -0500 Subject: More size_t-ification. --- src/dutil/inc/pathutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dutil/inc/pathutil.h') 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( ********************************************************************/ DAPI_(HRESULT) PathFixedBackslashTerminate( __inout_ecount_z(cchPath) LPWSTR wzPath, - __in DWORD_PTR cchPath + __in SIZE_T cchPath ); /******************************************************************* -- cgit v1.2.3-55-g6feb