Ignore:
Timestamp:
Feb 18, 2003, 7:58:47 PM (23 years ago)
Author:
sandervl
Message:

updates

File:
1 edited

Legend:

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

    r9824 r9826  
    1 /* $Id: mmap.cpp,v 1.61 2003-02-18 18:48:55 sandervl Exp $ */
     1/* $Id: mmap.cpp,v 1.62 2003-02-18 18:58:47 sandervl Exp $ */
    22
    33/*
     
    9090    }
    9191    else  lpszMapName = NULL;
     92    AddRef();
    9293}
    9394//******************************************************************************
     
    112113    image      = pImage;
    113114    lpszMapName= NULL;
     115    AddRef();
    114116}
    115117//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.