Mariusz Pluciński : include: Add FOF_NO_UI flag.

Alexandre Julliard julliard at winehq.org
Tue Jul 5 12:59:04 CDT 2011


Module: wine
Branch: master
Commit: c56f952da2c519cfb4898f60dbeeeb0ed7efc7bc
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c56f952da2c519cfb4898f60dbeeeb0ed7efc7bc

Author: Mariusz Pluciński <vshader at gmail.com>
Date:   Tue Jul  5 11:07:09 2011 +0200

include: Add FOF_NO_UI flag.

---

 include/shellapi.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/shellapi.h b/include/shellapi.h
index 9866b5e..23457f2 100644
--- a/include/shellapi.h
+++ b/include/shellapi.h
@@ -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;
 




More information about the wine-cvs mailing list