summaryrefslogtreecommitdiff
path: root/src/inc/dlwrap.h
diff options
context:
space:
mode:
authorLakshmi Priya Sekar <lasekar@microsoft.com>2015-09-08 12:01:33 -0700
committerLakshmi Priya Sekar <lasekar@microsoft.com>2015-09-08 14:31:43 -0700
commit260f64716ae3bc8fb9ae4708cbb8d4a0a6c48a91 (patch)
treeeaf3d7a932739a8da89e64f0c9ac322e8c671dba /src/inc/dlwrap.h
parent2d2d0a5b512e2832565c448d9b4c6d6c1897f150 (diff)
downloadcoreclr-260f64716ae3bc8fb9ae4708cbb8d4a0a6c48a91.tar.gz
coreclr-260f64716ae3bc8fb9ae4708cbb8d4a0a6c48a91.tar.bz2
coreclr-260f64716ae3bc8fb9ae4708cbb8d4a0a6c48a91.zip
Replace MAX_PATH with new defines, rest of coreclr.
Diffstat (limited to 'src/inc/dlwrap.h')
-rw-r--r--src/inc/dlwrap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inc/dlwrap.h b/src/inc/dlwrap.h
index c5d2b83816..9129bcf2bf 100644
--- a/src/inc/dlwrap.h
+++ b/src/inc/dlwrap.h
@@ -47,7 +47,7 @@ CreateUrlCacheEntryW_NoThrow(
IN LPCWSTR lpszUrlName,
IN DWORD dwExpectedFileSize,
IN LPCWSTR lpszFileExtension,
- __out_ecount(MAX_PATH+1) LPWSTR lpszFileName,
+ __out_ecount(MAX_LONGPATH+1) LPWSTR lpszFileName,
IN DWORD dwReserved
);
#endif
@@ -162,7 +162,7 @@ CopyBindInfo_NoThrow(
IN LPCWSTR lpszUrlName,
IN DWORD dwExpectedFileSize,
IN LPCWSTR lpszFileExtension,
- __out_ecount(MAX_PATH+1) LPWSTR lpszFileName,
+ __out_ecount(MAX_LONGPATH+1) LPWSTR lpszFileName,
IN DWORD dwReserved
)
{