From d6f9ca7959c93f6f3d268ab202bb2945c9559fd6 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Mon, 12 Aug 2002 22:24:28 +0000 Subject: 2002-08-12 Andriy Palamarchuk * include/shellapi.h (FOF_NOERRORUI): Add define. --- winsup/w32api/ChangeLog | 4 ++++ winsup/w32api/include/shellapi.h | 1 + 2 files changed, 5 insertions(+) (limited to 'winsup') 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 + + * include/shellapi.h (FOF_NOERRORUI): Add define. + 2002-08-12 Danny Smith * 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 -- cgit v1.2.3