aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/wrappers/special
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--um/wrappers/special/nt_path_converter/src/device.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/um/wrappers/special/nt_path_converter/src/device.cpp b/um/wrappers/special/nt_path_converter/src/device.cpp
index 90cd12f..2b5b89a 100644
--- a/um/wrappers/special/nt_path_converter/src/device.cpp
+++ b/um/wrappers/special/nt_path_converter/src/device.cpp
@@ -16,7 +16,7 @@ namespace libnt_path_converter
{
namespace
{
- const char* const device_path = "\\\\.\\nt_path_converter";
+ const auto device_path = "\\\\.\\nt_path_converter";
const auto control_code = CTL_CODE(0x8000, 0x800, METHOD_BUFFERED, FILE_ANY_ACCESS);
}