Changeset 17713


Ignore:
Timestamp:
Oct 23, 2001, 1:28:11 AM (24 years ago)
Author:
phaller
Message:

.

Location:
tags/trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/kernel32/os2heap.cpp

    r17589 r17713  
    1 /* $Id: os2heap.cpp,v 1.28 2001-10-12 07:05:48 phaller Exp $ */
     1/* $Id: os2heap.cpp,v 1.29 2001-10-22 23:28:11 phaller Exp $ */
    22
    33/*
     
    5050//******************************************************************************
    5151
    52 static int fhhm_hit = 0;
    53 static int fhhm_miss = 0;
     52//static int fhhm_hit = 0;
     53//static int fhhm_miss = 0;
    5454static HANDLE   fhhm_lastHandle = 0;
    5555static OS2Heap* fhhm_lastHeap   = NULL;
     
    311311    if (hHeap == fhhm_lastHandle)
    312312    {
    313       fhhm_hit++;
     313//      fhhm_hit++;
    314314      return fhhm_lastHeap;
    315315    }
    316316 
    317   fhhm_miss++;
     317//  fhhm_miss++;
    318318 
    319319  OS2Heap *curheap = OS2Heap::heap;
  • TabularUnified tags/trunk/src/shell32/pidl.c

    r17658 r17713  
    486486        while (pidl1->mkid.cb && pidl2->mkid.cb)
    487487        {
    488           // compare lengths first
    489           if (pidl1->mkid.cb != pidl2->mkid.cb)
    490             return FALSE;
     488            // compare lengths first
     489            if (pidl1->mkid.cb != pidl2->mkid.cb)
     490              return FALSE;
    491491         
    492492//          _ILSimpleGetText(pidltemp1, szData1, MAX_PATH);
Note: See TracChangeset for help on using the changeset viewer.