mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -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::
|
||||
get_unique_id() const {
|
||||
ostringstream strm;
|
||||
strm << GetCurrentProcessId() << "." << GetThreadId(_thread);
|
||||
strm << GetCurrentProcessId() << "." << _thread_id;
|
||||
|
||||
return strm.str();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user