mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 06:24:19 +00:00
- add flags for SHEmptyRecycleBin
svn path=/trunk/; revision=35278
This commit is contained in:
parent
c39ab30541
commit
fe3033e3ea
1 changed files with 4 additions and 0 deletions
|
@ -304,6 +304,10 @@ typedef struct _SHNAMEMAPPINGW {
|
|||
} SHNAMEMAPPINGW, *LPSHNAMEMAPPINGW;
|
||||
#include <poppack.h>
|
||||
|
||||
#define SHERB_NOCONFIRMATION 0x1
|
||||
#define SHERB_NOPROGRESSUI 0x2
|
||||
#define SHERB_NOSOUND 0x4
|
||||
|
||||
LPWSTR * WINAPI CommandLineToArgvW(LPCWSTR,int*);
|
||||
void WINAPI DragAcceptFiles(HWND,BOOL);
|
||||
void WINAPI DragFinish(HDROP);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue