diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2002-08-12 22:24:28 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2002-08-12 22:24:28 +0000 |
commit | d6f9ca7959c93f6f3d268ab202bb2945c9559fd6 (patch) | |
tree | c17b241f11094602f21ec6bec07a14a1b820a8e9 | |
parent | e120995086770858a600e650034cebb730f0c419 (diff) | |
download | cygnal-d6f9ca7959c93f6f3d268ab202bb2945c9559fd6.tar.gz cygnal-d6f9ca7959c93f6f3d268ab202bb2945c9559fd6.tar.bz2 cygnal-d6f9ca7959c93f6f3d268ab202bb2945c9559fd6.zip |
2002-08-12 Andriy Palamarchuk <apa3a@yahoo.com>
* include/shellapi.h (FOF_NOERRORUI): Add define.
-rw-r--r-- | winsup/w32api/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/w32api/include/shellapi.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index c228f9b51..f6e7a84ce 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,7 @@ +2002-08-12 Andriy Palamarchuk <apa3a@yahoo.com> + + * include/shellapi.h (FOF_NOERRORUI): Add define. + 2002-08-12 Danny Smith <dannysmith@users.sourceforge.net> * include/objidl.h (IEnumMoniker): Put 'interface' back. diff --git a/winsup/w32api/include/shellapi.h b/winsup/w32api/include/shellapi.h index d39b851f0..b66310286 100644 --- a/winsup/w32api/include/shellapi.h +++ b/winsup/w32api/include/shellapi.h @@ -69,6 +69,7 @@ extern "C" { #define FOF_FILESONLY 128 #define FOF_SIMPLEPROGRESS 256 #define FOF_NOCONFIRMMKDIR 512 +#define FOF_NOERRORUI 1024 #define PO_DELETE 19 #define PO_RENAME 20 #define PO_PORTCHANGE 32 |