Ignore:
Timestamp:
Feb 18, 2003, 7:58:47 PM (23 years ago)
Author:
sandervl
Message:

updates

File:
1 edited

Legend:

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

    r9824 r9826  
    1 /* $Id: hmmmap.cpp,v 1.21 2003-02-18 18:48:54 sandervl Exp $ */
     1/* $Id: hmmmap.cpp,v 1.22 2003-02-18 18:58:47 sandervl Exp $ */
    22
    33/*
     
    105105        return ERROR_ALREADY_EXISTS;
    106106  }
    107  
    108 #if 0
     107#if 0 
    109108  //We reuse the original memory map object if another one is created for
    110109  //the same file handle
     
    138137        }
    139138  }
    140   map->AddRef();
    141139  pHMHandleData->dwUserData = (ULONG)map;
    142140  pHMHandleData->dwInternalType = HMTYPE_MEMMAP;
Note: See TracChangeset for help on using the changeset viewer.