Ignore:
Timestamp:
Oct 25, 2001, 3:19:05 PM (24 years ago)
Author:
sandervl
Message:

No longer use DosError; IOCTL_DISK_GET_DRIVE_GEOMETRY must return ERROR_MEDIA_CHANGED when floppy has been changed

File:
1 edited

Legend:

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

    r7109 r7202  
    1 /* $Id: exceptions.cpp,v 1.56 2001-10-18 13:27:39 sandervl Exp $ */
     1/* $Id: exceptions.cpp,v 1.57 2001-10-25 13:19:04 sandervl Exp $ */
    22
    33/*
     
    8282//Global Process Unhandled exception filter
    8383static LPTOP_LEVEL_EXCEPTION_FILTER CurrentUnhExceptionFlt = NULL;
    84 static UINT                         CurrentErrorMode = SEM_FAILCRITICALERRORS;
     84static UINT                         CurrentErrorMode = 0;
    8585static PEXCEPTION_HANDLER           StartupCodeHandler = NULL;
    8686
Note: See TracChangeset for help on using the changeset viewer.