[PATCH 3/5] shell32: Do not redefine SHCNRF_* flags.

Zebediah Figura zfigura at codeweavers.com
Tue Feb 1 19:32:51 CST 2022


Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
---
 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
  */
-- 
2.34.1




More information about the wine-devel mailing list