From bd7fc320f294dfbcf71d2fe072462e5513df3881 Mon Sep 17 00:00:00 2001 From: David Quintana Date: Thu, 9 Oct 2014 00:13:05 +0000 Subject: [PATCH] Note to self: Flush mind before committing. svn path=/branches/shell-experiments/; revision=64631 --- dll/win32/shell32/shlfileop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/win32/shell32/shlfileop.cpp b/dll/win32/shell32/shlfileop.cpp index 232e2f88b86..2138ef1c73c 100644 --- a/dll/win32/shell32/shlfileop.cpp +++ b/dll/win32/shell32/shlfileop.cpp @@ -1054,7 +1054,7 @@ cleanup: return errCode; } - // Thankfully, the + // Thankfully, starting with NT4 the name mappings are always unicode, so no need to convert. lpFileOp->hNameMappings = nFileOp.hNameMappings; lpFileOp->fAnyOperationsAborted = nFileOp.fAnyOperationsAborted; return retCode;