Ignore:
Timestamp:
Oct 15, 1999, 11:25:26 AM (26 years ago)
Author:
sandervl
Message:

VirtualQuery bugfix

File:
1 edited

Legend:

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

    r1301 r1305  
    1 /* $Id: virtual.cpp,v 1.18 1999-10-14 20:55:39 phaller Exp $ */
     1/* $Id: virtual.cpp,v 1.19 1999-10-15 09:25:26 sandervl Exp $ */
    22
    33/*
     
    584584         break;
    585585      }
    586       lpBase = (LPVOID) ((LPBYTE)lpBase - PAGE_SIZE);
     586      lpBase = (LPVOID)((ULONG)lpBase - PAGE_SIZE);
    587587   }
    588588  }
Note: See TracChangeset for help on using the changeset viewer.