Ignore:
Timestamp:
Nov 29, 2001, 8:58:09 PM (24 years ago)
Author:
sandervl
Message:

removed inactive code

File:
1 edited

Legend:

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

    r7492 r7494  
    1 /* $Id: hmdisk.cpp,v 1.32 2001-11-29 16:33:01 phaller Exp $ */
     1/* $Id: hmdisk.cpp,v 1.33 2001-11-29 19:58:09 sandervl Exp $ */
    22
    33/*
     
    123123    }
    124124 
    125 #if 0
    126   // will never be triggered
    127     if(strncmp(lpFileName,       // "support" for local unc names
    128              "\\\\.\\",
    129              4) == 0)
    130     {
    131         lpFileName+=4;
    132     }
    133 #endif
    134 
    135125    //Disable error popus. NT allows an app to open a cdrom/dvd drive without a disk inside
    136126    //OS/2 fails in that case with error ERROR_NOT_READY
Note: See TracChangeset for help on using the changeset viewer.