Changeset 282 for trunk/src/kernel32/wintls.cpp
- Timestamp:
- Jul 7, 1999, 10:42:49 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wintls.cpp
r281 r282 1 /* $Id: wintls.cpp,v 1. 1 1999-07-07 08:11:58sandervl Exp $ */1 /* $Id: wintls.cpp,v 1.2 1999-07-07 08:42:49 sandervl Exp $ */ 2 2 /* 3 3 * Win32 TLS API functions … … 116 116 winteb = (TEB *)TIBFlatPtr; 117 117 VirtualFree(winteb->tls_ptr[tlsIndex], tlsTotalSize, MEM_RELEASE); 118 119 TlsFree(tlsIndex); 118 winteb->tls_ptr[tlsIndex] = 0; 120 119 } 121 120 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.