Changeset 4324 for trunk/src/kernel32/oslibdos.cpp
- Timestamp:
- Sep 25, 2000, 9:00:27 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibdos.cpp
r4323 r4324 1 /* $Id: oslibdos.cpp,v 1.4 5 2000-09-25 18:58:53sandervl Exp $ */1 /* $Id: oslibdos.cpp,v 1.46 2000-09-25 19:00:27 sandervl Exp $ */ 2 2 /* 3 3 * Wrappers for OS/2 Dos* API … … 1972 1972 *lpNumberOfFreeClusters = fsAlloc.cUnitAvail; 1973 1973 *lpTotalNumberOfClusters = fsAlloc.cUnit; 1974 SetLastError(ERROR_SUCCESS_W);1974 SetLastError(ERROR_SUCCESS_W); 1975 1975 return TRUE; 1976 1976 } … … 2014 2014 { 2015 2015 APIRET rc; 2016 USHORT sel = RestoreOS2FS();2017 2016 2018 2017 rc = DosDevIOCtl( (HFILE)hFile, dwCat, dwFunc, 2019 2018 pParm, dwParmMaxLen, pdwParmLen, 2020 2019 pData, dwDataMaxLen, pdwDataLen); 2021 SetFS(sel); 2020 2022 2021 SetLastError(error2WinError(rc,ERROR_INVALID_HANDLE)); 2023 2022 return (DWORD)rc;
Note:
See TracChangeset
for help on using the changeset viewer.