| commit | a25967c92a11d02629977cc2a8147cccc83746f9 | [log] [tgz] |
|---|---|---|
| author | Rolf Kalbermatter <rolf.kalbermatter@citeng.com> | Sat Apr 19 20:09:09 2003 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sat Apr 19 20:09:09 2003 +0000 |
| tree | e8b1812e43ea2b520a9e8dc722428b9de17c6244 | |
| parent | 2a7f46d0b4e2363457d85188216a57ec662d34c4 [diff] [blame] |
Reimplement SHFileOperation in Unicode, based on the work of Dietrich Teickner.
diff --git a/include/shellapi.h b/include/shellapi.h index 907368d..1644a6b 100644 --- a/include/shellapi.h +++ b/include/shellapi.h
@@ -176,6 +176,7 @@ #define FOF_SIMPLEPROGRESS 0x0100 #define FOF_NOCONFIRMMKDIR 0x0200 #define FOF_NOERRORUI 0x0400 +#define FOF_NOCOPYSECURITYATTRIBS 0x0800 typedef WORD FILEOP_FLAGS;