mirror of
https://github.com/reactos/reactos.git
synced 2026-06-23 09:09:48 +08:00
Reverts #6784 that was a guilty commit of CORE-19531 that causing performance regression. JIRA issue: CORE-19531
This commit is contained in:
committed by
GitHub
parent
91acf823d8
commit
d55f49978d
@@ -71,7 +71,7 @@ static void NTAPI _RequestAllTerminationAPC(ULONG_PTR Parameter)
|
||||
CDirectoryWatcher::CDirectoryWatcher(LPCWSTR pszDirectoryPath, BOOL fSubTree)
|
||||
: m_fDead(FALSE)
|
||||
, m_fRecursive(fSubTree)
|
||||
, m_dir_list(NULL, pszDirectoryPath, fSubTree)
|
||||
, m_dir_list(pszDirectoryPath, fSubTree)
|
||||
{
|
||||
TRACE("CDirectoryWatcher::CDirectoryWatcher: %p, '%S'\n", this, pszDirectoryPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user