Changeset 4000 for trunk/changelog


Ignore:
Timestamp:
Aug 12, 2000, 9:32:48 AM (25 years ago)
Author:
sandervl
Message:

* empty log message *

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)
    28
    39 2000-08-11: Sander van Leeuwen <sandervl@xs4all.nl>
     
    1016                VIRTUAL_MapFileA/W: open file in share read/write mode
    1117                Fixed  HMDuplicateHandle (check for DUPLICATE_ACCESS_READWRITE)
    12                 Fixed SHARE_WORKAROUND in CreateFile. FILE_SHARE_WRITE is not
    13                 allowed on a read-only volume.
    1418                LoadLibraryExA: if dll name = executable name of current process
    1519                -> return handle of exe
Note: See TracChangeset for help on using the changeset viewer.