Ignore:
Timestamp:
Feb 11, 2001, 11:35:29 AM (25 years ago)
Author:
sandervl
Message:

Update for VAC 3.6.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/misc.cpp

    r5036 r5090  
    1 /* $Id: misc.cpp,v 1.29 2001-01-29 01:21:28 bird Exp $ */
     1/* $Id: misc.cpp,v 1.30 2001-02-11 10:34:44 sandervl Exp $ */
    22
    33/*
     
    410410        PUSHORT lock = (USHORT *)(teb->o.odin.logfile+0x1C);
    411411#else
     412#if __IBMC__ >= 360 || __IBMCPP__ >= 360
     413//TODO: test this!!!!!!!
     414        PUSHORT lock = (USHORT *)(teb->o.odin.logfile+0x1C);
     415#else
    412416#error Check the offset of the lock count word in the file stream structure for this compiler revision!!!!!
     417#endif
    413418#endif
    414419        if (state == ENTER_EXCEPTION)
     
    445450    lock = (PUSHORT)(teb->o.odin.logfile+0x1C);
    446451#else
     452#if __IBMC__ >= 360 || __IBMCPP__ >= 360
     453//TODO: test this!!!!!!!
     454        PUSHORT lock = (USHORT *)(teb->o.odin.logfile+0x1C);
     455#else
    447456#error Check the offset of the lock count word in the file stream structure for this compiler revision!!!!!
     457#endif
    448458#endif
    449459    (*lock)--;
Note: See TracChangeset for help on using the changeset viewer.