summaryrefslogtreecommitdiff
path: root/src/strongname
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-02-01 16:56:33 -0800
committerJan Kotas <jkotas@microsoft.com>2016-02-01 16:56:33 -0800
commit92c905aef32cbc81ee79293edbea15d2079f1eae (patch)
tree28fc9f0a175207aef195a704577efe99c30cff1a /src/strongname
parentf4f83fcd3ad4d30313e887fb679cd980f0b00aa3 (diff)
parent9302d0e83762ee2888cbf921dfbe5f9a8540971f (diff)
downloadcoreclr-92c905aef32cbc81ee79293edbea15d2079f1eae.tar.gz
coreclr-92c905aef32cbc81ee79293edbea15d2079f1eae.tar.bz2
coreclr-92c905aef32cbc81ee79293edbea15d2079f1eae.zip
Merge pull request #2962 from dotnet-bot/from-tfs
Merge changes from TFS
Diffstat (limited to 'src/strongname')
-rw-r--r--src/strongname/api/strongnamecoreclr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strongname/api/strongnamecoreclr.cpp b/src/strongname/api/strongnamecoreclr.cpp
index 861ca2c635..1b81ff6252 100644
--- a/src/strongname/api/strongnamecoreclr.cpp
+++ b/src/strongname/api/strongnamecoreclr.cpp
@@ -47,7 +47,7 @@ IExecutionEngine * __stdcall SnIEE()
return ApiShim<IEEFn_t>("IEE")();
}
-STDAPI SnGetCorSystemDirectory(LPWSTR pbuffer, DWORD cchBuffer, DWORD* dwLength)
+STDAPI SnGetCorSystemDirectory(_In_z_ LPWSTR pbuffer, DWORD cchBuffer, DWORD* dwLength)
{
typedef HRESULT (__stdcall *GetCorSystemDirectoryFn_t)(LPWSTR, DWORD, DWORD *);
return ApiShim<GetCorSystemDirectoryFn_t>("GetCORSystemDirectory")(pbuffer, cchBuffer, dwLength);