winbase.h: Added missing COPY_FILE_* flags.

oldstable
Jacek Caban 2010-06-10 13:01:19 +02:00 committed by Alexandre Julliard
parent 4fe2dca811
commit 75912afabd
1 changed files with 3 additions and 0 deletions

View File

@ -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