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

compile fix

File:
1 edited

Legend:

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

    r9869 r9883  
    1 /* $Id: virtual.cpp,v 1.51 2003-02-27 17:16:33 sandervl Exp $ */
     1/* $Id: virtual.cpp,v 1.52 2003-03-03 16:25:33 sandervl Exp $ */
    22
    33/*
     
    180180        return FALSE;
    181181    }
    182     ret = map->flushView((ULONG)base, offset, cbFlush);
     182    ret = map->flushView(offset, cbFlush);
    183183    map->Release();
    184184    return ret;
Note: See TracChangeset for help on using the changeset viewer.