Changeset 13391


Ignore:
Timestamp:
Feb 17, 2000, 3:08:51 PM (25 years ago)
Author:
sandervl
Message:

Fixed memory map view bug

Location:
tags/trunk/src/kernel32
Files:
2 edited

Legend:

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

    r13382 r13391  
    1 /* $Id: mmap.cpp,v 1.33 2000-02-16 14:25:42 sandervl Exp $ */
     1/* $Id: mmap.cpp,v 1.34 2000-02-17 14:08:51 sandervl Exp $ */
    22
    33/*
     
    277277  delete view;
    278278
    279   if(--nrMappings) {
     279  if(--nrMappings == 0) {
    280280        VirtualFree(pMapping, mSize, MEM_RELEASE);
    281281        pMapping = NULL;
  • TabularUnified tags/trunk/src/kernel32/windllpeldr.cpp

    r12653 r13391  
    1 /* $Id: windllpeldr.cpp,v 1.5 1999-12-13 21:07:40 sandervl Exp $ */
     1/* $Id: windllpeldr.cpp,v 1.6 2000-02-17 14:08:51 sandervl Exp $ */
    22
    33/*
     
    3030#include "oslibmisc.h"
    3131#include "oslibdos.h"
     32
     33#define DBG_LOCALLOG    DBG_windllpeldr
     34#include "dbglocal.h"
    3235
    3336
Note: See TracChangeset for help on using the changeset viewer.