oops, don't use vista-only function
This commit is contained in:
parent
6452ae6fae
commit
6718f4c9df
|
|
@ -142,7 +142,7 @@ join() {
|
|||
string ThreadWin32Impl::
|
||||
get_unique_id() const {
|
||||
ostringstream strm;
|
||||
strm << GetCurrentProcessId() << "." << GetThreadId(_thread);
|
||||
strm << GetCurrentProcessId() << "." << _thread_id;
|
||||
|
||||
return strm.str();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue