Changeset 5090 for trunk/src/kernel32/misc.cpp
- Timestamp:
- Feb 11, 2001, 11:35:29 AM (25 years ago)
- 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 birdExp $ */1 /* $Id: misc.cpp,v 1.30 2001-02-11 10:34:44 sandervl Exp $ */ 2 2 3 3 /* … … 410 410 PUSHORT lock = (USHORT *)(teb->o.odin.logfile+0x1C); 411 411 #else 412 #if __IBMC__ >= 360 || __IBMCPP__ >= 360 413 //TODO: test this!!!!!!! 414 PUSHORT lock = (USHORT *)(teb->o.odin.logfile+0x1C); 415 #else 412 416 #error Check the offset of the lock count word in the file stream structure for this compiler revision!!!!! 417 #endif 413 418 #endif 414 419 if (state == ENTER_EXCEPTION) … … 445 450 lock = (PUSHORT)(teb->o.odin.logfile+0x1C); 446 451 #else 452 #if __IBMC__ >= 360 || __IBMCPP__ >= 360 453 //TODO: test this!!!!!!! 454 PUSHORT lock = (USHORT *)(teb->o.odin.logfile+0x1C); 455 #else 447 456 #error Check the offset of the lock count word in the file stream structure for this compiler revision!!!!! 457 #endif 448 458 #endif 449 459 (*lock)--;
Note:
See TracChangeset
for help on using the changeset viewer.