Changeset 21343 for trunk/src/kernel32/oslibdos.cpp
- Timestamp:
- Oct 4, 2009, 9:36:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibdos.cpp
r21339 r21343 1314 1314 APIRET rc; 1315 1315 DWORD newoffset; 1316 1316 1317 1317 switch(method) 1318 1318 { … … 1349 1349 rc = DosSetFilePtr(hFile, OffsetLow, method, &newoffset); 1350 1350 1351 dprintf(("OSLibDosSetFilePointer. method: %08x wanted: %08x moved to %08x", 1352 method, OffsetLow, newoffset)); 1351 1353 if(rc) 1352 1354 {
Note:
See TracChangeset
for help on using the changeset viewer.