Changeset 7326 for trunk/include/win/thread.h
- Timestamp:
- Nov 13, 2001, 12:06:03 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/thread.h
r6830 r7326 151 151 #ifdef DEBUG 152 152 // used for call stack tracking 153 ULONG dbgCallDepth; // is de-/incremended by ODINWRAP macros 153 ULONG dbgCallDepth; // is de-/incremented by ODINWRAP macros 154 PVOID* arrstrCallStack; // keep track of thread's call stack 154 155 #endif 155 156 } odin;
Note:
See TracChangeset
for help on using the changeset viewer.