Changeset 7494 for trunk/src/kernel32/hmdisk.cpp
- Timestamp:
- Nov 29, 2001, 8:58:09 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmdisk.cpp
r7492 r7494 1 /* $Id: hmdisk.cpp,v 1.3 2 2001-11-29 16:33:01 phallerExp $ */1 /* $Id: hmdisk.cpp,v 1.33 2001-11-29 19:58:09 sandervl Exp $ */ 2 2 3 3 /* … … 123 123 } 124 124 125 #if 0126 // will never be triggered127 if(strncmp(lpFileName, // "support" for local unc names128 "\\\\.\\",129 4) == 0)130 {131 lpFileName+=4;132 }133 #endif134 135 125 //Disable error popus. NT allows an app to open a cdrom/dvd drive without a disk inside 136 126 //OS/2 fails in that case with error ERROR_NOT_READY
Note:
See TracChangeset
for help on using the changeset viewer.