Commit 75912afa authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

winbase.h: Added missing COPY_FILE_* flags.

parent 4fe2dca8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment