summaryrefslogtreecommitdiff
path: root/src/vm/comisolatedstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/comisolatedstorage.h')
-rw-r--r--src/vm/comisolatedstorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/comisolatedstorage.h b/src/vm/comisolatedstorage.h
index 17e0d5d916..7eb219975e 100644
--- a/src/vm/comisolatedstorage.h
+++ b/src/vm/comisolatedstorage.h
@@ -192,7 +192,7 @@ private:
static void GetRootDirInternal(DWORD dwFlags, __in_ecount(cPath) WCHAR *path, DWORD cPath);
static void CreateDirectoryIfNotPresent(__in_z const WCHAR *path, LPSECURITY_ATTRIBUTES lpSecurityAttributes = NULL);
#ifndef FEATURE_ISOSTORE_LIGHT
- static BOOL GetMachineStoreDirectory(__out_ecount(cchMachineStorageRoot) WCHAR *path, DWORD cPath);
+ static BOOL GetMachineStoreDirectory(__out_ecount(cchMachineStorageRoot) WCHAR *wszMachineStorageRoot, DWORD cchMachineStorageRoot);
static HRESULT GetMachineStoreDacl(PACL *ppAcl);
#endif // !FEATURE_ISOSTORE_LIGHT
};