Ignore:
Timestamp:
Sep 10, 2000, 11:54:07 PM (25 years ago)
Author:
sandervl
Message:

memory map fixes + extra reg keys for init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/hmmmap.cpp

    r3948 r4230  
    1 /* $Id: hmmmap.cpp,v 1.14 2000-08-04 21:12:07 sandervl Exp $ */
     1/* $Id: hmmmap.cpp,v 1.15 2000-09-10 21:54:06 sandervl Exp $ */
    22
    33/*
     
    215215  }
    216216  //Although an application may close the file handle used to create a file
    217   //mapping object, the system holds the corresponding file open until the last
     217  //mapping object, the system keeps the corresponding file open until the last
    218218  //view of the file is unmapped.
    219219  map = (Win32MemMap *)pHMHandleData->dwUserData;
Note: See TracChangeset for help on using the changeset viewer.