Changeset 4000 for trunk/changelog
- Timestamp:
- Aug 12, 2000, 9:32:48 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r3997 r4000 1 /* $Id: changelog,v 1.1061 2000-08-11 18:52:49 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1062 2000-08-12 07:32:48 sandervl Exp $ */ 2 3 2000-08-12: Sander van Leeuwen <sandervl@xs4all.nl> 4 - KERNEL32: Do not set OPEN_ACCESS_READWRITE flag in OSLibDosCreateFile 5 (if OPEN_ACTION_CREATE_IF_NEW & readonly access) 6 This was causing access denied errors (using FILE_SHARE_WRITE 7 on a file on a readonly volume was not causing this; that's allowed) 2 8 3 9 2000-08-11: Sander van Leeuwen <sandervl@xs4all.nl> … … 10 16 VIRTUAL_MapFileA/W: open file in share read/write mode 11 17 Fixed HMDuplicateHandle (check for DUPLICATE_ACCESS_READWRITE) 12 Fixed SHARE_WORKAROUND in CreateFile. FILE_SHARE_WRITE is not13 allowed on a read-only volume.14 18 LoadLibraryExA: if dll name = executable name of current process 15 19 -> return handle of exe
Note:
See TracChangeset
for help on using the changeset viewer.