Ignore:
Timestamp:
Mar 2, 2000, 8:17:21 PM (25 years ago)
Author:
sandervl
Message:

setcurrentdir fix + create shell dirs + keys during kernel32 init

File:
1 edited

Legend:

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

    r2811 r2973  
    1 /* $Id: mmap.cpp,v 1.34 2000-02-17 14:08:51 sandervl Exp $ */
     1/* $Id: mmap.cpp,v 1.35 2000-03-02 19:17:21 sandervl Exp $ */
    22
    33/*
     
    270270BOOL Win32MemMap::unmapViewOfFile(Win32MemMapView *view)
    271271{
     272  dprintf(("Win32MemMap::unmapViewOfFile %x (nrmaps=%d)", view, nrMappings));
    272273  mapMutex.enter();
    273274
Note: See TracChangeset for help on using the changeset viewer.