2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE, COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK, COPY_FILE_NO_BUFFERING): Define. Thank you to Roland Schwingel for reporting the issue.
This commit is contained in:
parent
8d5dd74cdc
commit
b898a48b69
@ -1,3 +1,11 @@
|
|||||||
|
2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
|
||||||
|
COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
|
||||||
|
COPY_FILE_NO_BUFFERING): Define.
|
||||||
|
|
||||||
|
Thank you to Roland Schwingel for reporting the issue.
|
||||||
|
|
||||||
2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
* include/winuser.h (HHOOK): Move definition from here...
|
* include/winuser.h (HHOOK): Move definition from here...
|
||||||
|
@ -139,8 +139,16 @@ extern "C" {
|
|||||||
#define PROGRESS_QUIET 3
|
#define PROGRESS_QUIET 3
|
||||||
#define CALLBACK_CHUNK_FINISHED 0
|
#define CALLBACK_CHUNK_FINISHED 0
|
||||||
#define CALLBACK_STREAM_SWITCH 1
|
#define CALLBACK_STREAM_SWITCH 1
|
||||||
#define COPY_FILE_FAIL_IF_EXISTS 1
|
#define COPY_FILE_FAIL_IF_EXISTS 0x0001
|
||||||
#define COPY_FILE_RESTARTABLE 2
|
#define COPY_FILE_RESTARTABLE 0x0002
|
||||||
|
#define COPY_FILE_OPEN_SOURCE_FOR_WRITE 0x0004
|
||||||
|
#if (_WIN32_WINNT > 0x0500)
|
||||||
|
#define COPY_FILE_ALLOW_DECRYPTED_DESTINATION 0x0008
|
||||||
|
#if (_WIN32_WINNT > 0x0501)
|
||||||
|
#define COPY_FILE_COPY_SYMLINK 0x0800
|
||||||
|
#define COPY_FILE_NO_BUFFERING 0x1000
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
#define OFS_MAXPATHNAME 128
|
#define OFS_MAXPATHNAME 128
|
||||||
#define FILE_MAP_ALL_ACCESS 0xf001f
|
#define FILE_MAP_ALL_ACCESS 0xf001f
|
||||||
#define FILE_MAP_READ 4
|
#define FILE_MAP_READ 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user