Changeset 123
- Timestamp:
- Sep 11, 2006, 12:26:07 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tools/qdir_pm.cpp
r8 r123 274 274 { 275 275 ULONG bootDrive = 0; 276 DosQuerySysInfo( QSV_BOOT_DRIVE, QSV_BOOT_DRIVE, (PVOID) bootDrive, sizeof(bootDrive) );276 DosQuerySysInfo( QSV_BOOT_DRIVE, QSV_BOOT_DRIVE, (PVOID) &bootDrive, sizeof(bootDrive) ); 277 277 QString d = QChar( (char)(bootDrive + 'A' - 1) ); 278 278 d += ":/";
Note:
See TracChangeset
for help on using the changeset viewer.