[PowerRename] Sort files alphabetically as in file explorer (#15269)

* [PowerRename] Sort files

* Run spellcheck
This commit is contained in:
Stefan Markovic
2022-01-07 18:56:12 +01:00
committed by GitHub
parent a0dca4f401
commit 67933a8470
3 changed files with 25 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
#include <windows.h>
// C RunTime Header Files
#include <algorithm>
#include <cstdlib>
#include <malloc.h>
#include <memory.h>