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 /winsup/w32api/include/shellapi.h | |
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.
Diffstat (limited to 'winsup/w32api/include/shellapi.h')
-rw-r--r-- | winsup/w32api/include/shellapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |