summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
diff options
context:
space:
mode:
authorSinan Kaya <sinan.kaya@microsoft.com>2019-03-18 18:14:40 +0000
committerSinan Kaya <sinan.kaya@microsoft.com>2019-03-18 18:20:39 +0000
commit0c1c24998ea177a465f7cf8649eb7ae77fcd2e77 (patch)
treeabccd373384801b6c0faee0d1479fe892f9d5908 /src/pal/inc/pal.h
parentd9781f1d81b06ea1562521aea6d278ca876c82ad (diff)
downloadcoreclr-0c1c24998ea177a465f7cf8649eb7ae77fcd2e77.tar.gz
coreclr-0c1c24998ea177a465f7cf8649eb7ae77fcd2e77.tar.bz2
coreclr-0c1c24998ea177a465f7cf8649eb7ae77fcd2e77.zip
Conversion issues
Diffstat (limited to 'src/pal/inc/pal.h')
-rw-r--r--src/pal/inc/pal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index 1be000ce8a..38ef778d53 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -475,13 +475,13 @@ PALAPI
PAL_GetApplicationGroupId();
#endif
-static const int MAX_DEBUGGER_TRANSPORT_PIPE_NAME_LENGTH = MAX_PATH;
+static const unsigned int MAX_DEBUGGER_TRANSPORT_PIPE_NAME_LENGTH = MAX_PATH;
PALIMPORT
VOID
PALAPI
PAL_GetTransportName(
- const int MAX_TRANSPORT_NAME_LENGTH,
+ const unsigned int MAX_TRANSPORT_NAME_LENGTH,
OUT char *name,
IN const char *prefix,
IN DWORD id,