Ignore:
Timestamp:
Mar 3, 2003, 5:30:44 PM (22 years ago)
Author:
sandervl
Message:

compile fix

File:
1 edited

Legend:

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

    r9883 r9884  
    1 /* $Id: virtual.cpp,v 1.52 2003-03-03 16:25:33 sandervl Exp $ */
     1/* $Id: virtual.cpp,v 1.53 2003-03-03 16:30:44 sandervl Exp $ */
    22
    33/*
     
    365365        if(map) {
    366366            //TODO: We don't allow protection flag changes for mmaped files now
    367             map->commitPage((ULONG)lpvAddress, offset, FALSE, nrpages);
     367            map->commitPage(offset, FALSE, nrpages);
    368368            map->Release();
    369369            return lpvAddress;
Note: See TracChangeset for help on using the changeset viewer.