[SHELL32] Optimize change notification (#3030)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Mon, 10 Aug 2020 04:34:48 +0000 (13:34 +0900)
committerGitHub <noreply@github.com>
Mon, 10 Aug 2020 04:34:48 +0000 (13:34 +0900)
commit1f31905ecd4bbf2addf1656331d3cf557ff54358
treee65c11e0e36c292d97dfcb1399d80629a47ae946
parent1c400705618b64475afb71fd70b1abce8a5effa4
[SHELL32] Optimize change notification (#3030)

- Keep the directory lists only.
- Don't remember file sizes and normal file paths.
CORE-13950
dll/win32/shell32/shelldesktop/CDirectoryList.cpp [new file with mode: 0644]
dll/win32/shell32/shelldesktop/CDirectoryList.h [new file with mode: 0644]
dll/win32/shell32/shelldesktop/CDirectoryWatcher.cpp
dll/win32/shell32/shelldesktop/CDirectoryWatcher.h
dll/win32/shell32/shelldesktop/CFilePathList.cpp [deleted file]
dll/win32/shell32/shelldesktop/CFilePathList.h [deleted file]
dll/win32/shell32/shelldesktop/CMakeLists.txt