Changeset 8636 for trunk/src


Ignore:
Timestamp:
Jun 10, 2002, 11:56:53 AM (23 years ago)
Author:
sandervl
Message:

Fixed bug in StgStreamImpl_Seek

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/stg_stream.c

    r8620 r8636  
    561561
    562562#if defined(__WIN32OS2__) && defined(__IBMC__)
    563   *((LARGE_INTEGER*)&plibNewPosition )= RtlpLargeIntegerAdd( (LARGE_INTEGER *)plibNewPosition, &dlibMove );
     563  *((LARGE_INTEGER*)plibNewPosition )= RtlpLargeIntegerAdd( (LARGE_INTEGER *)plibNewPosition, &dlibMove );
    564564#else
    565565  plibNewPosition->QuadPart = RtlLargeIntegerAdd( plibNewPosition->QuadPart, dlibMove.QuadPart );
Note: See TracChangeset for help on using the changeset viewer.