summaryrefslogtreecommitdiffstats
path: root/sandbox/win/src/win_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/win/src/win_utils.h')
-rw-r--r--sandbox/win/src/win_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/win/src/win_utils.h b/sandbox/win/src/win_utils.h
index f576492..3e4565f 100644
--- a/sandbox/win/src/win_utils.h
+++ b/sandbox/win/src/win_utils.h
@@ -17,8 +17,8 @@ namespace sandbox {
const wchar_t kNTPrefix[] = L"\\??\\";
const size_t kNTPrefixLen = arraysize(kNTPrefix) - 1;
-const wchar_t kNTObjManPrefix[] = L"\\Device\\";
-const size_t kNTObjManPrefixLen = arraysize(kNTObjManPrefix) - 1;
+const wchar_t kNTDevicePrefix[] = L"\\Device\\";
+const size_t kNTDevicePrefixLen = arraysize(kNTDevicePrefix) - 1;
// Automatically acquires and releases a lock when the object is
// is destroyed.