Author: dquintana Date: Thu Oct 9 00:13:05 2014 New Revision: 64631
URL: http://svn.reactos.org/svn/reactos?rev=64631&view=rev Log: Note to self: Flush mind before committing.
Modified: branches/shell-experiments/dll/win32/shell32/shlfileop.cpp
Modified: branches/shell-experiments/dll/win32/shell32/shlfileop.cpp URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/win32/shel... ============================================================================== --- branches/shell-experiments/dll/win32/shell32/shlfileop.cpp [iso-8859-1] (original) +++ branches/shell-experiments/dll/win32/shell32/shlfileop.cpp [iso-8859-1] Thu Oct 9 00:13:05 2014 @@ -1054,7 +1054,7 @@ 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;