Jacek Caban : winbase.h: Added missing COPY_FILE_* flags.

Alexandre Julliard julliard at winehq.org
Thu Jun 10 12:22:50 CDT 2010


Module: wine
Branch: master
Commit: 75912afabdec583be7f89141ea1326509a0ebdd1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=75912afabdec583be7f89141ea1326509a0ebdd1

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Jun 10 13:01:19 2010 +0200

winbase.h: Added missing COPY_FILE_* flags.

---

 include/winbase.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/winbase.h b/include/winbase.h
index 6bb4866..c3dc64c 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -187,6 +187,9 @@ typedef struct _OFSTRUCT
 #define COPY_FILE_FAIL_IF_EXISTS        0x00000001
 #define COPY_FILE_RESTARTABLE           0x00000002
 #define COPY_FILE_OPEN_SOURCE_FOR_WRITE 0x00000004
+#define COPY_FILE_ALLOW_DECRYPTED_DESTINATION  0x00000008
+#define COPY_FILE_COPY_SYMLINK          0x00000800
+#define COPY_FILE_NO_BUFFERING          0x00001000
 
 /* return values for CopyProgressRoutine */
 #define PROGRESS_CONTINUE   0




More information about the wine-cvs mailing list