Changeset 1768 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Mar 28, 2007 1:08:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp
r1766 r1768 111 111 112 112 #ifdef fibGetTidPid 113 rtThreadMain(pThread, fibGetTidPid(), &pThread-> &szName);113 rtThreadMain(pThread, fibGetTidPid(), &pThread->szName[0]); 114 114 #else 115 rtThreadMain(pThread, _gettid(), &pThread-> &szName);115 rtThreadMain(pThread, _gettid(), &pThread->szName[0]); 116 116 #endif 117 117
Note:
See TracChangeset
for help on using the changeset viewer.