mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
oops, don't use vista-only function
This commit is contained in:
parent
6452ae6fae
commit
6718f4c9df
@ -142,7 +142,7 @@ join() {
|
|||||||
string ThreadWin32Impl::
|
string ThreadWin32Impl::
|
||||||
get_unique_id() const {
|
get_unique_id() const {
|
||||||
ostringstream strm;
|
ostringstream strm;
|
||||||
strm << GetCurrentProcessId() << "." << GetThreadId(_thread);
|
strm << GetCurrentProcessId() << "." << _thread_id;
|
||||||
|
|
||||||
return strm.str();
|
return strm.str();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user