]> sourceware.org Git - newlib-cygwin.git/commitdiff
2002-08-12 Andriy Palamarchuk <apa3a@yahoo.com>
authorDanny Smith <dannysmith@users.sourceforge.net>
Mon, 12 Aug 2002 22:24:28 +0000 (22:24 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Mon, 12 Aug 2002 22:24:28 +0000 (22:24 +0000)
* include/shellapi.h (FOF_NOERRORUI): Add define.

winsup/w32api/ChangeLog
winsup/w32api/include/shellapi.h

index c228f9b51336d18308e19eda61de50cab60f2411..f6e7a84ce081d2807e0d5bfe5dd2a23822a4adf7 100644 (file)
@@ -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.
index d39b851f0a739da7af33d5156134077323a5e1f3..b66310286235f9ee4795d147ab801c6dd443b77e 100644 (file)
@@ -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
This page took 0.03173 seconds and 5 git commands to generate.