Ignore:
Timestamp:
Nov 10, 1999, 3:16:01 PM (26 years ago)
Author:
sandervl
Message:

VirtualAlloc fixes & changes

File:
1 edited

Legend:

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

    r1432 r1687  
    1 /* $Id: mmap.h,v 1.10 1999-10-24 22:51:22 sandervl Exp $ */
     1/* $Id: mmap.h,v 1.11 1999-11-10 14:16:01 sandervl Exp $ */
    22
    33/*
     
    5151   void   Release()                      { if(--referenced == 0) delete this; };
    5252
    53    BOOL   commitPage(ULONG offset, BOOL fWriteAccess);
     53   BOOL   commitPage(ULONG offset, BOOL fWriteAccess, int nrpages = NRPAGES_TOCOMMIT);
    5454
    5555static Win32MemMap *findMap(LPSTR lpszName);
Note: See TracChangeset for help on using the changeset viewer.