Ignore:
Timestamp:
May 6, 2003, 2:06:11 PM (22 years ago)
Author:
sandervl
Message:

Fixed closing of parent file handle by duplicate memory map; Compare file names instead of handles when checking for duplicate file maps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/mmap.h

    r9971 r10073  
    1 /* $Id: mmap.h,v 1.28 2003-04-02 11:03:32 sandervl Exp $ */
     1/* $Id: mmap.h,v 1.29 2003-05-06 12:06:11 sandervl Exp $ */
    22
    33/*
     
    3737
    3838#define MMAP_FLUSHVIEW_ALL              0xFFFFFFFF
     39
     40#define MMAP_MAX_FILENAME_LENGTH        260
    3941
    4042typedef enum
     
    124126   HANDLE hMemFile;
    125127   HANDLE hOrgMemFile;
     128   LPSTR  lpszFileName;
    126129   ULONG  mSize;
    127130   ULONG  mProtFlags;
     
    169172            Win32MemMap *parent;
    170173
     174            HANDLE       hDupMemFile;
    171175private:
    172176};
Note: See TracChangeset for help on using the changeset viewer.