Changeset 9663 for trunk/src/kernel32/oslibcdio.cpp
- Timestamp:
- Jan 12, 2003, 5:19:37 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibcdio.cpp
r8929 r9663 95 95 if(OSLibCdIoInitialize() == FALSE) { 96 96 return FALSE; 97 } 98 99 if(hDisk == 0) {//no media present; return success here as the DosDevIOCtl will fail 100 return TRUE; 97 101 } 98 102
Note:
See TracChangeset
for help on using the changeset viewer.