Changeset 16310 in vbox
- Timestamp:
- Jan 28, 2009 1:46:02 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/AutoLock.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/AutoLock.cpp
r14772 r16310 85 85 Global() : tlsID (NIL_RTTLS) 86 86 { 87 #if defined (RT_OS_LINUX) 87 #if defined (RT_OS_LINUX) /** @todo r=bird: Why only linux? All but windows supports destructors... */ 88 88 int vrc = RTTlsAllocEx (&tlsID, TLSDestructor); 89 89 AssertRC (vrc);
Note:
See TracChangeset
for help on using the changeset viewer.

