Changeset 21339 for trunk/src/kernel32/oslibdos.cpp
- Timestamp:
- Aug 14, 2009, 5:18:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibdos.cpp
r21336 r21339 1332 1332 // PH Note: for a negative 32-bit seek, the OS/2 64-bit version 1333 1333 // needs to be skipped. 1334 if( (f64BitIO) && (OffsetHigh) && 1334 #if 0 /* doesnt works at all with flash 10 */ 1335 if( (f64BitIO) && (OffsetHigh) && ((DWORD)OffsetHigh != 0xAAAAAAAA) && 1335 1336 (*OffsetHigh != 0xAAAAAAAA) && 1336 1337 (*OffsetHigh != 0)) //workaround for flash10 video … … 1345 1346 } 1346 1347 else 1348 #endif 1347 1349 rc = DosSetFilePtr(hFile, OffsetLow, method, &newoffset); 1348 1350
Note:
See TracChangeset
for help on using the changeset viewer.