Changeset 3214 for trunk/src


Ignore:
Timestamp:
Mar 24, 2000, 9:34:14 AM (25 years ago)
Author:
davidr
Message:

Bugfix parsing custum typeinfo data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/oleaut32/typelib.cpp

    r2518 r3214  
    1 /* $Id: typelib.cpp,v 1.11 2000-01-26 11:26:05 sandervl Exp $ */
     1/* $Id: typelib.cpp,v 1.12 2000-03-24 08:34:14 davidr Exp $ */
    22/*
    33 * ITypelib interface
     
    10241024    TLBCustData *       pNew;
    10251025
    1026     while (offset != 0xffffffff)
     1026    while (offset >= 0)         // Some offsets in VBA are 0x8c000000 - Special meaning??
    10271027    {
    10281028        pCDGuid = (TLBCDGuid *)((char *)m_pCDGuid + offset);
Note: See TracChangeset for help on using the changeset viewer.