1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

include: Add FOF_NO_UI flag.

This commit is contained in:
Mariusz Pluciński 2011-07-05 11:07:09 +02:00 committed by Alexandre Julliard
parent 638cf80c4f
commit c56f952da2

View File

@ -186,6 +186,7 @@ HRESULT WINAPI SHGetImageList(INT, REFIID, void **);
#define FOF_WANTNUKEWARNING 0x4000 /* during delete operation, warn if delete instead
of recycling (even if FOF_NOCONFIRMATION) */
#define FOF_NORECURSEREPARSE 0x8000 /* don't do recursion into reparse points */
#define FOF_NO_UI (FOF_SILENT | FOF_NOCONFIRMATION | FOF_NOERRORUI | FOF_NOCONFIRMMKDIR)
typedef WORD FILEOP_FLAGS;