Changeset 1766 in vbox for trunk/src/VBox/Runtime/r3/os2
- Timestamp:
- Mar 28, 2007 12:51:24 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19936
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp
r1201 r1766 111 111 112 112 #ifdef fibGetTidPid 113 rtThreadMain(pThread, fibGetTidPid() );113 rtThreadMain(pThread, fibGetTidPid(), &pThread->&szName); 114 114 #else 115 rtThreadMain(pThread, _gettid() );115 rtThreadMain(pThread, _gettid(), &pThread->&szName); 116 116 #endif 117 117
Note:
See TracChangeset
for help on using the changeset viewer.