Ignore:
Timestamp:
Sep 23, 1999, 6:44:33 PM (26 years ago)
Author:
sandervl
Message:

Control Z-order + changes for comctl32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/heapshared.cpp

    r1018 r1025  
    1 /* $Id: heapshared.cpp,v 1.2 1999-09-23 14:24:57 phaller Exp $ */
     1/* $Id: heapshared.cpp,v 1.3 1999-09-23 16:44:32 sandervl Exp $ */
    22/*
    33 * Shared heap functions for OS/2
     
    115115                        return NULL;
    116116                }
    117                 for(int j=0;
    118         j < *size/PAGE_SIZE;
    119         j++)
    120   {
     117                for(int j=0;j < *size/PAGE_SIZE; j++)
     118                {
    121119                        pageBitmap[i+j] = 1; //mark as committed
    122120                }
Note: See TracChangeset for help on using the changeset viewer.