[SHELL32] Implement shell change notification (#2432)

- Rewrite SHChangeNotify, SHChangeNotifyRegister, SHChangeNotify_Lock, SHChangeNotify_Unlock and SHChangeNotifyDeregister functions.
- Fix SHSimpleIDListFromPathA/W functions.
CORE-13950
This commit is contained in:
Katayama Hirofumi MZ 2020-04-09 07:30:14 +09:00 committed by GitHub
parent ee3ee2a65f
commit 296192685b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 1033 additions and 378 deletions

View file

@ -29,6 +29,7 @@
#include <undocuser.h>
#include <shellutils.h>
#include "CChangeNotify.h"
#include "../shresdef.h"
#include <wine/debug.h>