diff --git a/dll/win32/shell32/shelldesktop/CChangeNotifyServer.cpp b/dll/win32/shell32/shelldesktop/CChangeNotifyServer.cpp index da619b9104b..b5dc5e968c9 100644 --- a/dll/win32/shell32/shelldesktop/CChangeNotifyServer.cpp +++ b/dll/win32/shell32/shelldesktop/CChangeNotifyServer.cpp @@ -12,6 +12,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(shcn); +// TODO: SHCNRF_RecursiveInterrupt + static inline void NotifyFileSystemChange(LONG wEventId, LPCWSTR path1, LPCWSTR path2) { @@ -21,6 +23,8 @@ NotifyFileSystemChange(LONG wEventId, LPCWSTR path1, LPCWSTR path2) ////////////////////////////////////////////////////////////////////////////// // DIRLIST --- directory list +// TODO: Share a DIRLIST in multiple Explorer + struct DIRLISTITEM { WCHAR szPath[MAX_PATH]; @@ -787,7 +791,7 @@ void CChangeNotifyServer::RemoveItemsByProcess(DWORD dwOwnerPID, DWORD dwUserPID } } -BOOL CreateAPCThread(void) +static BOOL CreateAPCThread(void) { if (s_hThreadAPC != NULL) return TRUE;