- Timestamp:
- Jun 10, 2002, 11:56:53 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/stg_stream.c
r8620 r8636 561 561 562 562 #if defined(__WIN32OS2__) && defined(__IBMC__) 563 *((LARGE_INTEGER*) &plibNewPosition )= RtlpLargeIntegerAdd( (LARGE_INTEGER *)plibNewPosition, &dlibMove );563 *((LARGE_INTEGER*)plibNewPosition )= RtlpLargeIntegerAdd( (LARGE_INTEGER *)plibNewPosition, &dlibMove ); 564 564 #else 565 565 plibNewPosition->QuadPart = RtlLargeIntegerAdd( plibNewPosition->QuadPart, dlibMove.QuadPart );
Note:
See TracChangeset
for help on using the changeset viewer.