Ignore:
Timestamp:
May 20, 2002, 3:47:59 PM (23 years ago)
Author:
sandervl
Message:

DF: Removed 64 MB memory mapped file limit & Fix for opening memory mapped file with size larger than the file size

File:
1 edited

Legend:

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

    r8203 r8456  
    1 /* $Id: mmap.h,v 1.21 2002-04-07 15:44:11 sandervl Exp $ */
     1/* $Id: mmap.h,v 1.22 2002-05-20 13:47:59 sandervl Exp $ */
    22
    33/*
     
    4545  ~Win32MemMap();
    4646
    47    BOOL   Init();
     47   BOOL   Init(DWORD aMSize=0);
    4848   BOOL   flushView(ULONG offset, ULONG cbFlush);
    4949   LPVOID mapViewOfFile(ULONG size, ULONG offset, ULONG fdwAccess);
Note: See TracChangeset for help on using the changeset viewer.