summaryrefslogtreecommitdiff
path: root/src/vm/dwreport.h
diff options
context:
space:
mode:
authorRama Krishnan Raghupathy <ramarag@microsoft.com>2016-02-18 18:21:18 -0800
committerRama Krishnan Raghupathy <ramarag@microsoft.com>2016-02-19 18:09:11 -0800
commitf98fb85e72d0f24c58d9e54b8b3bff2c67f985fb (patch)
treea532e7803fbbe420807eb7d9390108554b02c46d /src/vm/dwreport.h
parent01ffa08a2e4748e9826956ea961eacb227b6ee87 (diff)
downloadcoreclr-f98fb85e72d0f24c58d9e54b8b3bff2c67f985fb.tar.gz
coreclr-f98fb85e72d0f24c58d9e54b8b3bff2c67f985fb.tar.bz2
coreclr-f98fb85e72d0f24c58d9e54b8b3bff2c67f985fb.zip
This Change Adds initial Support for LongFiles in the VM,
They are: 1. Wrappers for OS APIs which take or return PATHS 2. Fixing the usage of following Api's: GetEnvironmentVariableW SearchPathW GetShortPathNameW GetLongPathNameW GetModuleFileName Work remaining: Remove fixed size buffers in the VM
Diffstat (limited to 'src/vm/dwreport.h')
-rw-r--r--src/vm/dwreport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/dwreport.h b/src/vm/dwreport.h
index a2750cefe7..44306689ea 100644
--- a/src/vm/dwreport.h
+++ b/src/vm/dwreport.h
@@ -58,7 +58,7 @@ BOOL IsWatsonEnabled();
BOOL RegisterOutOfProcessWatsonCallbacks();
int DwGetAssemblyVersion( // Number of characters written.
- __in_z LPWSTR wszFilePath, // Path to the executable.
+ __in_z LPCWSTR wszFilePath, // Path to the executable.
__inout_ecount(cchBuf) WCHAR *pBuf, // Put description here.
int cchBuf);