Ignore:
Timestamp:
Oct 30, 2001, 1:46:17 AM (24 years ago)
Author:
sandervl
Message:

IOCTL_CDROM_READ_TOC bugfix

File:
1 edited

Legend:

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

    r6468 r7272  
    1 /* $Id: mmap.cpp,v 1.52 2001-08-06 16:01:11 sandervl Exp $ */
     1/* $Id: mmap.cpp,v 1.53 2001-10-30 00:46:17 sandervl Exp $ */
    22
    33/*
     
    712712                                            Win32MemMapView **pView)
    713713{
     714  if(mapviews == NULL) return NULL;
     715
    714716  globalviewMutex.enter();
    715717  Win32MemMapView *view = mapviews;
Note: See TracChangeset for help on using the changeset viewer.