mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:02:56 +00:00
[SDK] Add some shell defines from an old NT4 SDK (#8156)
This commit is contained in:
parent
38ad1ca394
commit
6a28201e3d
3 changed files with 15 additions and 10 deletions
|
@ -1919,6 +1919,7 @@ typedef struct _SHChangeNotifyEntry
|
|||
#define SHCNE_ALLEVENTS 0x7FFFFFFF
|
||||
#define SHCNE_INTERRUPT 0x80000000
|
||||
|
||||
#define SHCNEE_THEMECHANGED 0x0001L // NT4 only?
|
||||
#define SHCNEE_ORDERCHANGED 0x0002L
|
||||
#define SHCNEE_MSI_CHANGE 0x0004L
|
||||
#define SHCNEE_MSI_UNINSTALL 0x0005L
|
||||
|
|
|
@ -1659,7 +1659,7 @@ cpp_quote("#define CMF_ASYNCVERBSTATE 0x00000400")
|
|||
cpp_quote("#define CMF_OPTIMIZEFORINVOKE 0x00000800")
|
||||
cpp_quote("#define CMF_SYNCCASCADEMENU 0x00001000")
|
||||
cpp_quote("#define CMF_DONOTPICKDEFAULT 0x00002000")
|
||||
cpp_quote("#define CMF_RESERVED 0xffff0000")
|
||||
cpp_quote("#define CMF_RESERVED 0xffff0000 // View specific")
|
||||
|
||||
cpp_quote("#define GCS_VERBA 0x00000000")
|
||||
cpp_quote("#define GCS_HELPTEXTA 0x00000001")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue