mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:32:59 +00:00
[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:
parent
ee3ee2a65f
commit
296192685b
9 changed files with 1033 additions and 378 deletions
|
@ -29,6 +29,7 @@
|
|||
#include <undocuser.h>
|
||||
|
||||
#include <shellutils.h>
|
||||
#include "CChangeNotify.h"
|
||||
#include "../shresdef.h"
|
||||
|
||||
#include <wine/debug.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue