Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * include/winbase.h: Add stream ids BACKUP_OBJECT_ID, | Corinna Vinschen | 2000-06-27 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK. Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and FILE_FLAG_OPEN_NO_RECALL. * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT, FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT. * winnt.h: Add typedef for GUID. Add file attributes FILE_ATTRIBUTE_ENCRYPTED, FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and FILE_ATTRIBUTE_NOT_CONTENT_INDEXED. Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES, FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE, FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION. Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER, REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION. * lib/psapi.def: New file. | ||||
* | * include/winbase.h: Change first argument of ENUMRES* types to coincide with | Christopher Faylor | 2000-04-11 | 1 | -3/+3 |
| | | | | Microsoft usage. | ||||
* | 2000-03-30 Mumit Khan <khan@xraylith.wisc.edu> | Mumit Khan | 2000-03-30 | 1 | -0/+4 |
| | | | | | | | * include/winbase.h (CreateHardLink{A,W}): Add prototypes. * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro. * include/winnt.h (SEC_*): Add macros. * lib/th32.def: Use Kernel32.dll instead of TH32.DLL. | ||||
* | 2000-02-28 Mumit Khan <khan@xraylith.wisc.edu> | Mumit Khan | 2000-02-29 | 1 | -1/+0 |
| | | | | | | | * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here. (NT_TIB): Define. * include/tlhelp32.h: New file. | ||||
* | import winsup-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+1841 |