Ignore:
Timestamp:
Aug 25, 1999, 7:05:57 PM (26 years ago)
Author:
sandervl
Message:

Memory mapped file (writes) changes

File:
1 edited

Legend:

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

    r678 r699  
    1 /* $Id: mmap.h,v 1.7 1999-08-25 10:28:41 sandervl Exp $ */
     1/* $Id: mmap.h,v 1.8 1999-08-25 17:05:57 sandervl Exp $ */
    22
    33/*
     
    4141   BOOL   hasExecuteAccess();
    4242 
    43    BOOL   commitPage(LPVOID lpPageFaultAddr, ULONG nrpages);
     43   BOOL   commitPage(LPVOID lpPageFaultAddr, ULONG nrpages, BOOL fWriteAccess);
    4444
    4545static Win32MemMap *findMap(LPSTR lpszName);
Note: See TracChangeset for help on using the changeset viewer.