mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:15:59 +00:00
Add missing definitions
svn path=/trunk/; revision=33952
This commit is contained in:
parent
ee9c5d0a88
commit
a21b191fdf
1 changed files with 5 additions and 0 deletions
|
@ -1082,6 +1082,11 @@ typedef struct _SHChangeNotifyEntry
|
|||
#define SHCNF_PATH WINELIB_NAME_AW(SHCNF_PATH)
|
||||
#define SHCNF_PRINTER WINELIB_NAME_AW(SHCNF_PRINTER)
|
||||
|
||||
#define SHCNRF_InterruptLevel 0x1
|
||||
#define SHCNRF_ShellLevel 0x2
|
||||
#define SHCNRF_RecursiveInterrupt 0x1000
|
||||
#define SHCNRF_NewDelivery 0x8000
|
||||
|
||||
void WINAPI SHChangeNotify(LONG wEventId, UINT uFlags, LPCVOID dwItem1, LPCVOID dwItem2);
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue