Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/shellapi.h1
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