Zebediah Figura : shell32: Do not redefine SHCNRF_* flags.

Alexandre Julliard julliard at winehq.org
Wed Feb 2 16:38:02 CST 2022


Module: wine
Branch: master
Commit: 6d7f9a9bee4ff1c8fe3e9f23df8fe6fb600d8736
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6d7f9a9bee4ff1c8fe3e9f23df8fe6fb600d8736

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Tue Feb  1 19:32:51 2022 -0600

shell32: Do not redefine SHCNRF_* flags.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shell32/undocshell.h | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/dlls/shell32/undocshell.h b/dlls/shell32/undocshell.h
index b606f1789d6..afa87f40f5b 100644
--- a/dlls/shell32/undocshell.h
+++ b/dlls/shell32/undocshell.h
@@ -37,15 +37,6 @@ extern "C" {
 BOOL WINAPI StrRetToStrNA(LPSTR,DWORD,LPSTRRET,const ITEMIDLIST*);
 BOOL WINAPI StrRetToStrNW(LPWSTR,DWORD,LPSTRRET,const ITEMIDLIST*);
 
-
-/****************************************************************************
-* SHChangeNotifyRegister API
-*/
-#define SHCNRF_InterruptLevel		0x0001
-#define SHCNRF_ShellLevel		0x0002
-#define SHCNRF_RecursiveInterrupt	0x1000	/* Must be combined with SHCNRF_InterruptLevel */
-#define SHCNRF_NewDelivery		0x8000	/* Messages use shared memory */
-
 /****************************************************************************
  * Shell Common Dialogs
  */




More information about the wine-cvs mailing list